Html Css Color HEX #BFE18E Sulu

📋 copy color: '#BFE18E'

red 191 ◦ green 225 ◦ blue 142

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

Shades of Sulu #BFE18E

Tints of Sulu #BFE18E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.32%

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

R = 34.23%
G = 40.32%
B = 25.45%

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

#BFE18E (or 0xBFE18E) is known color: Sulu. HEX triplet: BF, E1 and 8E. RGB value is (191,225,142). Sum of RGB (Red+Green+Blue) = 191+225+142=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE18E is #401E71. Grayscale: #CDCDCD. Windows color (decimal): -4202098 or 9363903. OLE color: 9363903.

HSL color Cylindrical-coordinate representation of color #BFE18E: hue angle of 84.58º degrees, saturation: 0.58, 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 #BFE18E is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 142 -
CMYK 0.15 0 0.37 0.12
HSL 84.58º 0.58% 0.72% -
HSV(B) 84.58º 0.37% 0.88% -
XYZ 53.29 66.88 35.69 -
YUV 205.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 191 225 142 0.15 0 0.37 0.12 84.58 0.58 0.72
Hex BF E1 8E F 0 25 C 55 3A 48
Octal 277 341 216 17 0 45 14 125 72 110
Binary 10111111 11100001 10001110 1111 0 100101 1100 1010101 111010 1001000

Color Harmonies of #BFE18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE18E

Black with #BFE18E

Text Example


Text Example

White with #BFE18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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