#BFDF74

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

Shades of Sulu #BFDF74

Tints of Sulu #BFDF74

Color information

#BFDF74 (or 0xBFDF74) is unknown color: approx Sulu. HEX triplet: BF, DF and 74. RGB value is (191,223,116). Sum of RGB (Red+Green+Blue) = 191+223+116=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF74 is #40208B. Grayscale: #C9C9C9. Windows color (decimal): -4202636 or 7659455. OLE color: 7659455.

HSL color Cylindrical-coordinate representation of color #BFDF74: hue angle of 77.94º degrees, saturation: 0.63, 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 #BFDF74 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB191223116-
CMYK0.1400.480.13
HSL77.94º62.57%66.47%-
HSV(B)77.94º47.98%87.45%-
XYZ51.0365.1126.4-
YUV201.2379.9120.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 223 (87.5% from 255) = 42.08%
BLUE value IS 116 (45.70% from 255) = 21.89%
R=36.04%
G=42.08%
B=21.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231160.1400.480.1377.9462.5766.47
HexBFDF74E030D4e3f42
Octal277337164160601511677102
Binary1011111111011111111010011100110000110110011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF74; }

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

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

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

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

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

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

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

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