Html Css Color HEX #BFD779 Sulu

📋 copy color: '#BFD779'

red 191 ◦ green 215 ◦ blue 121

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

Shades of Sulu #BFD779

Tints of Sulu #BFD779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

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

R = 36.24%
G = 40.8%
B = 22.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#BFD779 (or 0xBFD779) is known color: Sulu. HEX triplet: BF, D7 and 79. RGB value is (191,215,121). Sum of RGB (Red+Green+Blue) = 191+215+121=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD779 is #402886. Grayscale: #C5C5C5. Windows color (decimal): -4204679 or 7985087. OLE color: 7985087.

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

Color convert

RGB 191 215 121 -
CMYK 0.11 0 0.44 0.16
HSL 75.32º 0.54% 0.66% -
HSV(B) 75.32º 0.44% 0.84% -
XYZ 49.24 61.06 27.28 -
YUV 197.11 85.05 123.64 -
System Red Green Blue C M Y K H S L
Decimal 191 215 121 0.11 0 0.44 0.16 75.32 0.54 0.66
Hex BF D7 79 B 0 2C 10 4B 36 42
Octal 277 327 171 13 0 54 20 113 66 102
Binary 10111111 11010111 1111001 1011 0 101100 10000 1001011 110110 1000010

Color Harmonies of #BFD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD779

Black with #BFD779

Text Example


Text Example

White with #BFD779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD779; }

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

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

background-color css

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

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

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

border-color css

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

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

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