Html Css Color HEX #BFE878 Sulu

📋 copy color: '#BFE878'

red 191 ◦ green 232 ◦ blue 120

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

Shades of Sulu #BFE878

Tints of Sulu #BFE878

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.73%

 BLUE value IS 120 (47.27% from 255) = 22.1%

R = 35.17%
G = 42.73%
B = 22.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#BFE878 (or 0xBFE878) is known color: Sulu. HEX triplet: BF, E8 and 78. RGB value is (191,232,120). Sum of RGB (Red+Green+Blue) = 191+232+120=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE878 is #401787. Grayscale: #CFCFCF. Windows color (decimal): -4200328 or 7923903. OLE color: 7923903.

HSL color Cylindrical-coordinate representation of color #BFE878: hue angle of 81.96º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE878 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 120 -
CMYK 0.18 0 0.48 0.09
HSL 81.96º 0.71% 0.69% -
HSV(B) 81.96º 0.48% 0.91% -
XYZ 53.73 70.15 28.48 -
YUV 206.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 191 232 120 0.18 0 0.48 0.09 81.96 0.71 0.69
Hex BF E8 78 12 0 30 9 52 47 45
Octal 277 350 170 22 0 60 11 122 107 105
Binary 10111111 11101000 1111000 10010 0 110000 1001 1010010 1000111 1000101

Color Harmonies of #BFE878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE878

Black with #BFE878

Text Example


Text Example

White with #BFE878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE878; }

 p { color: rgb(191,232,120); }

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

background-color css

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

 a { background-color: rgb(191,232,120); }

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

border-color css

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

 span { border-color: rgb(191,232,120); }

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