#CDF671

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

Shades of Sulu #CDF671

Tints of Sulu #CDF671

Color information

#CDF671 (or 0xCDF671) is unknown color: approx Sulu. HEX triplet: CD, F6 and 71. RGB value is (205,246,113). Sum of RGB (Red+Green+Blue) = 205+246+113=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF671 is #32098E. Grayscale: #DBDBDB. Windows color (decimal): -3279247 or 7468749. OLE color: 7468749.

HSL color Cylindrical-coordinate representation of color #CDF671: hue angle of 78.5º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF671 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB205246113-
CMYK0.1700.540.04
HSL78.5º88.08%70.39%-
HSV(B)78.5º54.07%96.47%-
XYZ61.1180.0827.86-
YUV218.5868.42118.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 246 (96.48% from 255) = 43.62%
BLUE value IS 113 (44.53% from 255) = 20.04%
R=36.35%
G=43.62%
B=20.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461130.1700.540.0478.588.0870.39
HexCDF6711103644e5846
Octal315366161210664116130106
Binary11001101111101101110001100010110110100100111010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF671; }

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

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

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

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

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

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

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

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