Html Css Color HEX #BFE170 Sulu

📋 copy color: '#BFE170'

red 191 ◦ green 225 ◦ blue 112

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

Shades of Sulu #BFE170

Tints of Sulu #BFE170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 36.17%
G = 42.61%
B = 21.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#BFE170 (or 0xBFE170) is known color: Sulu. HEX triplet: BF, E1 and 70. RGB value is (191,225,112). Sum of RGB (Red+Green+Blue) = 191+225+112=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE170 is #401E8F. Grayscale: #CACACA. Windows color (decimal): -4202128 or 7397823. OLE color: 7397823.

HSL color Cylindrical-coordinate representation of color #BFE170: hue angle of 78.05º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE170 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 112 -
CMYK 0.15 0 0.50 0.12
HSL 78.05º 0.65% 0.66% -
HSV(B) 78.05º 0.5% 0.88% -
XYZ 51.34 66.1 25.38 -
YUV 201.95 77.24 120.19 -
System Red Green Blue C M Y K H S L
Decimal 191 225 112 0.15 0 0.50 0.12 78.05 0.65 0.66
Hex BF E1 70 F 0 32 C 4E 41 42
Octal 277 341 160 17 0 62 14 116 101 102
Binary 10111111 11100001 1110000 1111 0 110010 1100 1001110 1000001 1000010

Color Harmonies of #BFE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE170

Black with #BFE170

Text Example


Text Example

White with #BFE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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