#CDF67F

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

Shades of Sulu #CDF67F

Tints of Sulu #CDF67F

Color information

#CDF67F (or 0xCDF67F) is unknown color: approx Sulu. HEX triplet: CD, F6 and 7F. RGB value is (205,246,127). Sum of RGB (Red+Green+Blue) = 205+246+127=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF67F is #320980. Grayscale: #DCDCDC. Windows color (decimal): -3279233 or 8386253. OLE color: 8386253.

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

Color convert

RGB205246127-
CMYK0.1700.480.04
HSL80.67º86.86%73.14%-
HSV(B)80.67º48.37%96.47%-
XYZ61.9680.4232.34-
YUV220.1875.42117.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 127 (50% from 255) = 21.97%
R=35.47%
G=42.56%
B=21.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461270.1700.480.0480.6786.8673.14
HexCDF67F110304515749
Octal315366177210604121127111
Binary11001101111101101111111100010110000100101000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF67F; }

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

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

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

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

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

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

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

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