Html Css Color HEX #BFEE76 Sulu

📋 copy color: '#BFEE76'

red 191 ◦ green 238 ◦ blue 118

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

Shades of Sulu #BFEE76

Tints of Sulu #BFEE76

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.51%

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

R = 34.92%
G = 43.51%
B = 21.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#BFEE76 (or 0xBFEE76) is known color: Sulu. HEX triplet: BF, EE and 76. RGB value is (191,238,118). Sum of RGB (Red+Green+Blue) = 191+238+118=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE76 is #401189. Grayscale: #D2D2D2. Windows color (decimal): -4198794 or 7794367. OLE color: 7794367.

HSL color Cylindrical-coordinate representation of color #BFEE76: hue angle of 83.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFEE76 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 118 -
CMYK 0.20 0 0.50 0.07
HSL 83.5º 0.78% 0.7% -
HSV(B) 83.5º 0.5% 0.93% -
XYZ 55.33 73.53 28.42 -
YUV 210.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 191 238 118 0.20 0 0.50 0.07 83.5 0.78 0.7
Hex BF EE 76 14 0 32 7 54 4E 46
Octal 277 356 166 24 0 62 7 124 116 106
Binary 10111111 11101110 1110110 10100 0 110010 111 1010100 1001110 1000110

Color Harmonies of #BFEE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE76

Black with #BFEE76

Text Example


Text Example

White with #BFEE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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