#CDDF7C

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

Shades of Sulu #CDDF7C

Tints of Sulu #CDDF7C

Color information

#CDDF7C (or 0xCDDF7C) is unknown color: approx Sulu. HEX triplet: CD, DF and 7C. RGB value is (205,223,124). Sum of RGB (Red+Green+Blue) = 205+223+124=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF7C is #322083. Grayscale: #CECECE. Windows color (decimal): -3285124 or 8183757. OLE color: 8183757.

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

Color convert

RGB205223124-
CMYK0.0800.440.13
HSL70.91º60.74%68.04%-
HSV(B)70.91º44.39%87.45%-
XYZ55.267.2129.13-
YUV206.3381.54127.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 223 (87.5% from 255) = 40.40%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=37.14%
G=40.40%
B=22.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231240.0800.440.1370.9160.7468.04
HexCDDF7C802CD473d44
Octal315337174100541510775104
Binary1100110111011111111110010000101100110110001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDF7C; }

 p { color: rgb(205,223,124); }

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

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

 a { background-color: rgb(205,223,124); }

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

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

 span { border-color: rgb(205,223,124); }

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