Html Css Color HEX #BFE576 Sulu

📋 copy color: '#BFE576'

red 191 ◦ green 229 ◦ blue 118

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

Shades of Sulu #BFE576

Tints of Sulu #BFE576

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.57%

 BLUE value IS 118 (46.48% from 255) = 21.93%

R = 35.5%
G = 42.57%
B = 21.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#BFE576 (or 0xBFE576) is known color: Sulu. HEX triplet: BF, E5 and 76. RGB value is (191,229,118). Sum of RGB (Red+Green+Blue) = 191+229+118=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE576 is #401A89. Grayscale: #CDCDCD. Windows color (decimal): -4201098 or 7792063. OLE color: 7792063.

HSL color Cylindrical-coordinate representation of color #BFE576: hue angle of 80.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE576 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 118 -
CMYK 0.17 0 0.48 0.10
HSL 80.54º 0.68% 0.68% -
HSV(B) 80.54º 0.48% 0.9% -
XYZ 52.78 68.42 27.56 -
YUV 204.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 191 229 118 0.17 0 0.48 0.10 80.54 0.68 0.68
Hex BF E5 76 11 0 30 A 51 44 44
Octal 277 345 166 21 0 60 12 121 104 104
Binary 10111111 11100101 1110110 10001 0 110000 1010 1010001 1000100 1000100

Color Harmonies of #BFE576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE576

Black with #BFE576

Text Example


Text Example

White with #BFE576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE576; }

 p { color: rgb(191,229,118); }

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

background-color css

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

 a { background-color: rgb(191,229,118); }

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

border-color css

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

 span { border-color: rgb(191,229,118); }

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