Html Css Color HEX #BFE377 Sulu

📋 copy color: '#BFE377'

red 191 ◦ green 227 ◦ blue 119

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

Shades of Sulu #BFE377

Tints of Sulu #BFE377

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.27%

 BLUE value IS 119 (46.88% from 255) = 22.16%

R = 35.57%
G = 42.27%
B = 22.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BFE377 (or 0xBFE377) is known color: Sulu. HEX triplet: BF, E3 and 77. RGB value is (191,227,119). Sum of RGB (Red+Green+Blue) = 191+227+119=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE377 is #401C88. Grayscale: #CCCCCC. Windows color (decimal): -4201609 or 7857087. OLE color: 7857087.

HSL color Cylindrical-coordinate representation of color #BFE377: hue angle of 80º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE377 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 119 -
CMYK 0.16 0 0.48 0.11
HSL 80º 0.66% 0.68% -
HSV(B) 80º 0.48% 0.89% -
XYZ 52.28 67.35 27.7 -
YUV 203.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 191 227 119 0.16 0 0.48 0.11 80 0.66 0.68
Hex BF E3 77 10 0 30 B 50 42 44
Octal 277 343 167 20 0 60 13 120 102 104
Binary 10111111 11100011 1110111 10000 0 110000 1011 1010000 1000010 1000100

Color Harmonies of #BFE377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE377

Black with #BFE377

Text Example


Text Example

White with #BFE377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE377; }

 p { color: rgb(191,227,119); }

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

background-color css

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

 a { background-color: rgb(191,227,119); }

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

border-color css

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

 span { border-color: rgb(191,227,119); }

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