#CDFA6D

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

Shades of Sulu #CDFA6D

Tints of Sulu #CDFA6D

Color information

#CDFA6D (or 0xCDFA6D) is unknown color: approx Sulu. HEX triplet: CD, FA and 6D. RGB value is (205,250,109). Sum of RGB (Red+Green+Blue) = 205+250+109=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA6D is #320592. Grayscale: #DCDCDC. Windows color (decimal): -3278227 or 7207629. OLE color: 7207629.

HSL color Cylindrical-coordinate representation of color #CDFA6D: hue angle of 79.15º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDFA6D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB205250109-
CMYK0.1800.560.02
HSL79.15º93.38%70.39%-
HSV(B)79.15º56.4%98.04%-
XYZ62.1282.4527.11-
YUV220.4765.09116.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 109 (42.97% from 255) = 19.33%
R=36.35%
G=44.33%
B=19.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501090.1800.560.0279.1593.3870.39
HexCDFA6D1203824f5d46
Octal315372155220702117135106
Binary1100110111111010110110110010011100010100111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA6D; }

 p { color: rgb(205,250,109); }

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

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

 a { background-color: rgb(205,250,109); }

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

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

 span { border-color: rgb(205,250,109); }

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