Html Css Color HEX #BFEE8C Sulu

📋 copy color: '#BFEE8C'

red 191 ◦ green 238 ◦ blue 140

#BFEE8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BFEE8C

Tints of Sulu #BFEE8C

RGB

 RED value IS 191 (75% from 255) = 33.57%

 GREEN value IS 238 (93.36% from 255) = 41.83%

 BLUE value IS 140 (55.08% from 255) = 24.6%

R = 33.57%
G = 41.83%
B = 24.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#BFEE8C (or 0xBFEE8C) is known color: Sulu. HEX triplet: BF, EE and 8C. RGB value is (191,238,140). Sum of RGB (Red+Green+Blue) = 191+238+140=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE8C is #401173. Grayscale: #D5D5D5. Windows color (decimal): -4198772 or 9236159. OLE color: 9236159.

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

Color convert

RGB 191 238 140 -
CMYK 0.20 0 0.41 0.07
HSL 88.78º 0.74% 0.74% -
HSV(B) 88.78º 0.41% 0.93% -
XYZ 56.79 74.12 36.12 -
YUV 212.78 86.93 112.47 -
System Red Green Blue C M Y K H S L
Decimal 191 238 140 0.20 0 0.41 0.07 88.78 0.74 0.74
Hex BF EE 8C 14 0 29 7 59 4A 4A
Octal 277 356 214 24 0 51 7 131 112 112
Binary 10111111 11101110 10001100 10100 0 101001 111 1011001 1001010 1001010

Color Harmonies of #BFEE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE8C

Black with #BFEE8C

Text Example


Text Example

White with #BFEE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE8C; }

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

 H1.HeaderClassName
 {
   color: #BFEE8C;
 }
 .AnyTagClassName
 {
   color: #BFEE8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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