#CDF265

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

Shades of Mindaro #CDF265

Tints of Mindaro #CDF265

Color information

#CDF265 (or 0xCDF265) is unknown color: approx Mindaro. HEX triplet: CD, F2 and 65. RGB value is (205,242,101). Sum of RGB (Red+Green+Blue) = 205+242+101=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF265 is #320D9A. Grayscale: #D7D7D7. Windows color (decimal): -3280283 or 6681293. OLE color: 6681293.

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

Color convert

RGB205242101-
CMYK0.1500.580.05
HSL75.74º84.43%67.25%-
HSV(B)75.74º58.26%94.9%-
XYZ59.2877.4224.13-
YUV214.8663.74120.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 242 (94.92% from 255) = 44.16%
BLUE value IS 101 (39.84% from 255) = 18.43%
R=37.41%
G=44.16%
B=18.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052421010.1500.580.0575.7484.4367.25
HexCDF265F03A54c5443
Octal315362145170725114124103
Binary1100110111110010110010111110111010101100110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF265; }

 p { color: rgb(205,242,101); }

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

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

 a { background-color: rgb(205,242,101); }

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

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

 span { border-color: rgb(205,242,101); }

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