#BFDF70

Color #BFDF70 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BFDF70

Tints of Sulu #BFDF70

Color information

#BFDF70 (or 0xBFDF70) is unknown color: approx Sulu. HEX triplet: BF, DF and 70. RGB value is (191,223,112). Sum of RGB (Red+Green+Blue) = 191+223+112=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF70 is #40208F. Grayscale: #C9C9C9. Windows color (decimal): -4202640 or 7397311. OLE color: 7397311.

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

Color convert

RGB191223112-
CMYK0.1400.500.13
HSL77.3º63.43%65.69%-
HSV(B)77.3º49.78%87.45%-
XYZ50.865.0225.2-
YUV200.7877.9121.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=36.31%
G=42.40%
B=21.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231120.1400.500.1377.363.4365.69
HexBFDF70E032D4d3f42
Octal277337160160621511577102
Binary1011111111011111111000011100110010110110011011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF70; }

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

 H1.HeaderClassName
 {
   color: #BFDF70;
 }
 .AnyTagClassName
 {
   color: #BFDF70;
 }
</style>
background-color css

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

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

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

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

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

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