#BFEF90

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

Shades of Sulu #BFEF90

Tints of Sulu #BFEF90

Color information

#BFEF90 (or 0xBFEF90) is unknown color: approx Sulu. HEX triplet: BF, EF and 90. RGB value is (191,239,144). Sum of RGB (Red+Green+Blue) = 191+239+144=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEF90 is #40106F. Grayscale: #D6D6D6. Windows color (decimal): -4198512 or 9498559. OLE color: 9498559.

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

Color convert

RGB191239144-
CMYK0.2000.400.06
HSL90.32º74.8%75.1%-
HSV(B)90.32º39.75%93.73%-
XYZ57.3974.8237.8-
YUV213.8288.6111.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 144 (56.64% from 255) = 25.09%
R=33.28%
G=41.64%
B=25.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391440.2000.400.0690.3274.875.1
HexBFEF901402865a4b4b
Octal277357220240506132113113
Binary101111111110111110010000101000101000110101101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEF90; }

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

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

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

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

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

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

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

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