#BFEE90

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

Shades of Sulu #BFEE90

Tints of Sulu #BFEE90

Color information

#BFEE90 (or 0xBFEE90) is unknown color: approx Sulu. HEX triplet: BF, EE and 90. RGB value is (191,238,144). Sum of RGB (Red+Green+Blue) = 191+238+144=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE90 is #40116F. Grayscale: #D5D5D5. Windows color (decimal): -4198768 or 9498303. OLE color: 9498303.

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

Color convert

RGB191238144-
CMYK0.2000.390.07
HSL90º73.44%74.9%-
HSV(B)90º39.5%93.33%-
XYZ57.0974.2437.71-
YUV213.2388.93112.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=33.33%
G=41.54%
B=25.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381440.2000.390.079073.4474.9
HexBFEE901402775a494b
Octal277356220240477132111113
Binary101111111110111010010000101000100111111101101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE90; }

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

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

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

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

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

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

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

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