#CDFA7D

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

Shades of Sulu #CDFA7D

Tints of Sulu #CDFA7D

Color information

#CDFA7D (or 0xCDFA7D) is unknown color: approx Sulu. HEX triplet: CD, FA and 7D. RGB value is (205,250,125). Sum of RGB (Red+Green+Blue) = 205+250+125=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA7D is #320582. Grayscale: #DEDEDE. Windows color (decimal): -3278211 or 8256205. OLE color: 8256205.

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

Color convert

RGB205250125-
CMYK0.1800.500.02
HSL81.6º92.59%73.53%-
HSV(B)81.6º50%98.04%-
XYZ63.0682.8332.07-
YUV222.373.09115.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 125 (49.22% from 255) = 21.55%
R=35.34%
G=43.10%
B=21.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501250.1800.500.0281.692.5973.53
HexCDFA7D120322525d4a
Octal315372175220622122135112
Binary1100110111111010111110110010011001010101001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA7D; }

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

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

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

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

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

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

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

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