#CDFA76

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

Shades of Sulu #CDFA76

Tints of Sulu #CDFA76

Color information

#CDFA76 (or 0xCDFA76) is unknown color: approx Sulu. HEX triplet: CD, FA and 76. RGB value is (205,250,118). Sum of RGB (Red+Green+Blue) = 205+250+118=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA76 is #320589. Grayscale: #DDDDDD. Windows color (decimal): -3278218 or 7797453. OLE color: 7797453.

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

Color convert

RGB205250118-
CMYK0.1800.530.02
HSL80.45º92.96%72.16%-
HSV(B)80.45º52.8%98.04%-
XYZ62.6382.6629.79-
YUV221.569.59116.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 118 (46.48% from 255) = 20.59%
R=35.78%
G=43.63%
B=20.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501180.1800.530.0280.4592.9672.16
HexCDFA76120352505d48
Octal315372166220652120135110
Binary1100110111111010111011010010011010110101000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA76; }

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

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

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

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

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

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

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

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