#CDFA71

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

Shades of Sulu #CDFA71

Tints of Sulu #CDFA71

Color information

#CDFA71 (or 0xCDFA71) is unknown color: approx Sulu. HEX triplet: CD, FA and 71. RGB value is (205,250,113). Sum of RGB (Red+Green+Blue) = 205+250+113=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA71 is #32058E. Grayscale: #DDDDDD. Windows color (decimal): -3278223 or 7469773. OLE color: 7469773.

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

Color convert

RGB205250113-
CMYK0.1800.550.02
HSL79.71º93.2%71.18%-
HSV(B)79.71º54.8%98.04%-
XYZ62.3482.5428.27-
YUV220.9367.09116.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 113 (44.53% from 255) = 19.89%
R=36.09%
G=44.01%
B=19.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501130.1800.550.0279.7193.271.18
HexCDFA71120372505d47
Octal315372161220672120135107
Binary1100110111111010111000110010011011110101000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA71; }

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

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

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

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

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

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

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

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