#BFEE85

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

Shades of Sulu #BFEE85

Tints of Sulu #BFEE85

Color information

#BFEE85 (or 0xBFEE85) is unknown color: approx Sulu. HEX triplet: BF, EE and 85. RGB value is (191,238,133). Sum of RGB (Red+Green+Blue) = 191+238+133=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE85 is #40117A. Grayscale: #D4D4D4. Windows color (decimal): -4198779 or 8777407. OLE color: 8777407.

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

Color convert

RGB191238133-
CMYK0.2000.440.07
HSL86.86º75.54%72.75%-
HSV(B)86.86º44.12%93.33%-
XYZ56.2973.9233.49-
YUV211.9883.43113.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 238 (93.36% from 255) = 42.35%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=33.99%
G=42.35%
B=23.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381330.2000.440.0786.8675.5472.75
HexBFEE851402C7574c49
Octal277356205240547127114111
Binary101111111110111010000101101000101100111101011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE85; }

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

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

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

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

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

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

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

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