#C4DD71

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

Shades of Sulu #C4DD71

Tints of Sulu #C4DD71

Color information

#C4DD71 (or 0xC4DD71) is unknown color: approx Sulu. HEX triplet: C4, DD and 71. RGB value is (196,221,113). Sum of RGB (Red+Green+Blue) = 196+221+113=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DD71 is #3B228E. Grayscale: #C9C9C9. Windows color (decimal): -3875471 or 7462340. OLE color: 7462340.

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

Color convert

RGB196221113-
CMYK0.1100.490.13
HSL73.89º61.36%65.49%-
HSV(B)73.89º48.87%86.67%-
XYZ51.664.6425.38-
YUV201.2178.22124.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 113 (44.53% from 255) = 21.32%
R=36.98%
G=41.70%
B=21.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962211130.1100.490.1373.8961.3665.49
HexC4DD71B031D4a3d41
Octal304335161130611511275101
Binary1100010011011101111000110110110001110110010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DD71; }

 p { color: rgb(196,221,113); }

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

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

 a { background-color: rgb(196,221,113); }

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

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

 span { border-color: rgb(196,221,113); }

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