#BFEE66

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

Shades of Sulu #BFEE66

Tints of Sulu #BFEE66

Color information

#BFEE66 (or 0xBFEE66) is unknown color: approx Sulu. HEX triplet: BF, EE and 66. RGB value is (191,238,102). Sum of RGB (Red+Green+Blue) = 191+238+102=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE66 is #401199. Grayscale: #D0D0D0. Windows color (decimal): -4198810 or 6745791. OLE color: 6745791.

HSL color Cylindrical-coordinate representation of color #BFEE66: hue angle of 80.74º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFEE66 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB191238102-
CMYK0.2000.570.07
HSL80.74º80%66.67%-
HSV(B)80.74º57.14%93.33%-
XYZ54.4673.1823.83-
YUV208.4467.93115.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 238 (93.36% from 255) = 44.82%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=35.97%
G=44.82%
B=19.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381020.2000.570.0780.748066.67
HexBFEE66140397515043
Octal277356146240717121120103
Binary10111111111011101100110101000111001111101000110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE66; }

 p { color: rgb(191,238,102); }

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

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

 a { background-color: rgb(191,238,102); }

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

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

 span { border-color: rgb(191,238,102); }

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