Html Css Color HEX #BFE379 Sulu

📋 copy color: '#BFE379'

red 191 ◦ green 227 ◦ blue 121

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

Shades of Sulu #BFE379

Tints of Sulu #BFE379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.45%

R = 35.44%
G = 42.12%
B = 22.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BFE379 (or 0xBFE379) is known color: Sulu. HEX triplet: BF, E3 and 79. RGB value is (191,227,121). Sum of RGB (Red+Green+Blue) = 191+227+121=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE379 is #401C86. Grayscale: #CCCCCC. Windows color (decimal): -4201607 or 7988159. OLE color: 7988159.

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

Color convert

RGB 191 227 121 -
CMYK 0.16 0 0.47 0.11
HSL 80.38º 0.65% 0.68% -
HSV(B) 80.38º 0.47% 0.89% -
XYZ 52.41 67.4 28.34 -
YUV 204.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 191 227 121 0.16 0 0.47 0.11 80.38 0.65 0.68
Hex BF E3 79 10 0 2F B 50 41 44
Octal 277 343 171 20 0 57 13 120 101 104
Binary 10111111 11100011 1111001 10000 0 101111 1011 1010000 1000001 1000100

Color Harmonies of #BFE379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE379

Black with #BFE379

Text Example


Text Example

White with #BFE379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE379; }

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

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

background-color css

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

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

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

border-color css

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

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

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