#B4DD74

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

Shades of Sulu #B4DD74

Tints of Sulu #B4DD74

Color information

#B4DD74 (or 0xB4DD74) is unknown color: approx Sulu. HEX triplet: B4, DD and 74. RGB value is (180,221,116). Sum of RGB (Red+Green+Blue) = 180+221+116=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD74 is #4B228B. Grayscale: #C5C5C5. Windows color (decimal): -4924044 or 7658932. OLE color: 7658932.

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

Color convert

RGB180221116-
CMYK0.1900.480.13
HSL83.43º60.69%66.08%-
HSV(B)83.43º47.51%86.67%-
XYZ47.8362.6826.1-
YUV196.7782.42116.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=34.82%
G=42.75%
B=22.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211160.1900.480.1383.4360.6966.08
HexB4DD7413030D533d42
Octal264335164230601512375102
Binary10110100110111011110100100110110000110110100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD74; }

 p { color: rgb(180,221,116); }

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

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

 a { background-color: rgb(180,221,116); }

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

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

 span { border-color: rgb(180,221,116); }

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