#CDF385

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

Shades of Sulu #CDF385

Tints of Sulu #CDF385

Color information

#CDF385 (or 0xCDF385) is unknown color: approx Sulu. HEX triplet: CD, F3 and 85. RGB value is (205,243,133). Sum of RGB (Red+Green+Blue) = 205+243+133=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF385 is #320C7A. Grayscale: #DBDBDB. Windows color (decimal): -3279995 or 8778701. OLE color: 8778701.

HSL color Cylindrical-coordinate representation of color #CDF385: hue angle of 80.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDF385 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB205243133-
CMYK0.1600.450.05
HSL80.73º82.09%73.73%-
HSV(B)80.73º45.27%95.29%-
XYZ61.4678.7734.16-
YUV219.179.41117.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 243 (95.31% from 255) = 41.82%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=35.28%
G=41.82%
B=22.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052431330.1600.450.0580.7382.0973.73
HexCDF3851002D551524a
Octal315363205200555121122112
Binary110011011111001110000101100000101101101101000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF385; }

 p { color: rgb(205,243,133); }

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

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

 a { background-color: rgb(205,243,133); }

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

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

 span { border-color: rgb(205,243,133); }

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