Html Css Color HEX #BFDD76 Sulu

📋 copy color: '#BFDD76'

red 191 ◦ green 221 ◦ blue 118

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

Shades of Sulu #BFDD76

Tints of Sulu #BFDD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

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

R = 36.04%
G = 41.7%
B = 22.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BFDD76 (or 0xBFDD76) is known color: Sulu. HEX triplet: BF, DD and 76. RGB value is (191,221,118). Sum of RGB (Red+Green+Blue) = 191+221+118=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD76 is #402289. Grayscale: #C8C8C8. Windows color (decimal): -4203146 or 7790015. OLE color: 7790015.

HSL color Cylindrical-coordinate representation of color #BFDD76: hue angle of 77.48º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFDD76 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 118 -
CMYK 0.14 0 0.47 0.13
HSL 77.48º 0.6% 0.66% -
HSV(B) 77.48º 0.47% 0.87% -
XYZ 50.61 64.1 26.84 -
YUV 200.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 191 221 118 0.14 0 0.47 0.13 77.48 0.6 0.66
Hex BF DD 76 E 0 2F D 4D 3C 42
Octal 277 335 166 16 0 57 15 115 74 102
Binary 10111111 11011101 1110110 1110 0 101111 1101 1001101 111100 1000010

Color Harmonies of #BFDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD76

Black with #BFDD76

Text Example


Text Example

White with #BFDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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