Html Css Color HEX #BFE08E Sulu

📋 copy color: '#BFE08E'

red 191 ◦ green 224 ◦ blue 142

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

Shades of Sulu #BFE08E

Tints of Sulu #BFE08E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.22%

 BLUE value IS 142 (55.86% from 255) = 25.49%

R = 34.29%
G = 40.22%
B = 25.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#BFE08E (or 0xBFE08E) is known color: Sulu. HEX triplet: BF, E0 and 8E. RGB value is (191,224,142). Sum of RGB (Red+Green+Blue) = 191+224+142=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE08E is #401F71. Grayscale: #CDCDCD. Windows color (decimal): -4202354 or 9363647. OLE color: 9363647.

HSL color Cylindrical-coordinate representation of color #BFE08E: hue angle of 84.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFE08E is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 142 -
CMYK 0.15 0 0.37 0.12
HSL 84.15º 0.57% 0.72% -
HSV(B) 84.15º 0.37% 0.88% -
XYZ 53.02 66.34 35.6 -
YUV 204.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 191 224 142 0.15 0 0.37 0.12 84.15 0.57 0.72
Hex BF E0 8E F 0 25 C 54 39 48
Octal 277 340 216 17 0 45 14 124 71 110
Binary 10111111 11100000 10001110 1111 0 100101 1100 1010100 111001 1001000

Color Harmonies of #BFE08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE08E

Black with #BFE08E

Text Example


Text Example

White with #BFE08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE08E; }

 p { color: rgb(191,224,142); }

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

background-color css

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

 a { background-color: rgb(191,224,142); }

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

border-color css

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

 span { border-color: rgb(191,224,142); }

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