Html Css Color HEX #BFDD72 Sulu

📋 copy color: '#BFDD72'

red 191 ◦ green 221 ◦ blue 114

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

Shades of Sulu #BFDD72

Tints of Sulu #BFDD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.67%

R = 36.31%
G = 42.02%
B = 21.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BFDD72 (or 0xBFDD72) is known color: Sulu. HEX triplet: BF, DD and 72. RGB value is (191,221,114). Sum of RGB (Red+Green+Blue) = 191+221+114=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD72 is #40228D. Grayscale: #C8C8C8. Windows color (decimal): -4203150 or 7527871. OLE color: 7527871.

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

Color convert

RGB 191 221 114 -
CMYK 0.14 0 0.48 0.13
HSL 76.82º 0.61% 0.66% -
HSV(B) 76.82º 0.48% 0.87% -
XYZ 50.38 64 25.62 -
YUV 199.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 191 221 114 0.14 0 0.48 0.13 76.82 0.61 0.66
Hex BF DD 72 E 0 30 D 4D 3D 42
Octal 277 335 162 16 0 60 15 115 75 102
Binary 10111111 11011101 1110010 1110 0 110000 1101 1001101 111101 1000010

Color Harmonies of #BFDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD72

Black with #BFDD72

Text Example


Text Example

White with #BFDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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