#ccf253

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

Shades of Mindaro #CCF253

Tints of Mindaro #CCF253

Color information

#CCF253 (or 0xCCF253) is unknown color: approx Mindaro. HEX triplet: CC, F2 and 53. RGB value is (204,242,83). Sum of RGB (Red+Green+Blue) = 204+242+83=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF253 is #330DAC. Grayscale: #D5D5D5. Windows color (decimal): -3345837 or 5501644. OLE color: 5501644.

HSL color Cylindrical-coordinate representation of color #CCF253: hue angle of 74.34º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCF253 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB20424283-
CMYK0.1600.660.05
HSL74.34º85.95%63.73%-
HSV(B)74.34º65.7%94.9%-
XYZ58.2276.9719.97-
YUV212.5154.91121.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 242 (94.92% from 255) = 45.75%
BLUE value IS 83 (32.81% from 255) = 15.69%
R=38.56%
G=45.75%
B=15.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204242830.1600.660.0574.3485.9563.73
HexCCF2531004254a5640
Octal3143621232001025112126100
Binary110011001111001010100111000001000010101100101010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf253; }

 p { color: rgb(204,242,83); }

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

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

 a { background-color: rgb(204,242,83); }

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

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

 span { border-color: rgb(204,242,83); }

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