#BFEF83

Color #BFEF83 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BFEF83

Tints of Sulu #BFEF83

Color information

#BFEF83 (or 0xBFEF83) is unknown color: approx Sulu. HEX triplet: BF, EF and 83. RGB value is (191,239,131). Sum of RGB (Red+Green+Blue) = 191+239+131=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEF83 is #40107C. Grayscale: #D4D4D4. Windows color (decimal): -4198525 or 8646591. OLE color: 8646591.

HSL color Cylindrical-coordinate representation of color #BFEF83: hue angle of 86.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFEF83 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB191239131-
CMYK0.2000.450.06
HSL86.67º77.14%72.55%-
HSV(B)86.67º45.19%93.73%-
XYZ56.4574.4532.87-
YUV212.3482.1112.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 131 (51.56% from 255) = 23.35%
R=34.05%
G=42.60%
B=23.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391310.2000.450.0686.6777.1472.55
HexBFEF831402D6574d49
Octal277357203240556127115111
Binary101111111110111110000011101000101101110101011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEF83; }

 p { color: rgb(191,239,131); }

 H1.HeaderClassName
 {
   color: #BFEF83;
 }
 .AnyTagClassName
 {
   color: #BFEF83;
 }
</style>
background-color css

<style>
 a { background-color: #BFEF83; }

 a { background-color: rgb(191,239,131); }

 div.DivClassName
 {
   background-color: #BFEF83;
 }
 .BgClassName
 {
   background-color: #BFEF83;
 }
</style>
border-color css

<style>
 span { border-color: #BFEF83; }

 span { border-color: rgb(191,239,131); }

 td.TdClassName
 {
   border-color: #BFEF83;
 }
 .TagClassName
 {
   border-color: #BFEF83;
 }
</style>