Html Css Color HEX #BFDF84 Sulu

📋 copy color: '#BFDF84'

red 191 ◦ green 223 ◦ blue 132

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

Shades of Sulu #BFDF84

Tints of Sulu #BFDF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.84%

 BLUE value IS 132 (51.95% from 255) = 24.18%

R = 34.98%
G = 40.84%
B = 24.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#BFDF84 (or 0xBFDF84) is known color: Sulu. HEX triplet: BF, DF and 84. RGB value is (191,223,132). Sum of RGB (Red+Green+Blue) = 191+223+132=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF84 is #40207B. Grayscale: #CBCBCB. Windows color (decimal): -4202620 or 8708031. OLE color: 8708031.

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

Color convert

RGB 191 223 132 -
CMYK 0.14 0 0.41 0.13
HSL 81.1º 0.59% 0.7% -
HSV(B) 81.1º 0.41% 0.87% -
XYZ 52.04 65.52 31.73 -
YUV 203.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 191 223 132 0.14 0 0.41 0.13 81.1 0.59 0.7
Hex BF DF 84 E 0 29 D 51 3B 46
Octal 277 337 204 16 0 51 15 121 73 106
Binary 10111111 11011111 10000100 1110 0 101001 1101 1010001 111011 1000110

Color Harmonies of #BFDF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF84

Black with #BFDF84

Text Example


Text Example

White with #BFDF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF84; }

 p { color: rgb(191,223,132); }

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

background-color css

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

 a { background-color: rgb(191,223,132); }

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

border-color css

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

 span { border-color: rgb(191,223,132); }

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