#CDF171

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

Shades of Sulu #CDF171

Tints of Sulu #CDF171

Color information

#CDF171 (or 0xCDF171) is unknown color: approx Sulu. HEX triplet: CD, F1 and 71. RGB value is (205,241,113). Sum of RGB (Red+Green+Blue) = 205+241+113=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF171 is #320E8E. Grayscale: #D8D8D8. Windows color (decimal): -3280527 or 7467469. OLE color: 7467469.

HSL color Cylindrical-coordinate representation of color #CDF171: hue angle of 76.88º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDF171 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB205241113-
CMYK0.1500.530.05
HSL76.88º82.05%69.41%-
HSV(B)76.88º53.11%94.51%-
XYZ59.6177.0827.36-
YUV215.6470.07120.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 113 (44.53% from 255) = 20.21%
R=36.67%
G=43.11%
B=20.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052411130.1500.530.0576.8882.0569.41
HexCDF171F03554d5245
Octal315361161170655115122105
Binary1100110111110001111000111110110101101100110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF171; }

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

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

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

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

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

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

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

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