#CCF45D

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

Shades of Mindaro #CCF45D

Tints of Mindaro #CCF45D

Color information

#CCF45D (or 0xCCF45D) is unknown color: approx Mindaro. HEX triplet: CC, F4 and 5D. RGB value is (204,244,93). Sum of RGB (Red+Green+Blue) = 204+244+93=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF45D is #330BA2. Grayscale: #D7D7D7. Windows color (decimal): -3345315 or 6157516. OLE color: 6157516.

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

Color convert

RGB20424493-
CMYK0.1600.620.04
HSL75.89º87.28%66.08%-
HSV(B)75.89º61.89%95.69%-
XYZ59.2378.3322.35-
YUV214.8359.25120.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 244 (95.70% from 255) = 45.10%
BLUE value IS 93 (36.72% from 255) = 17.19%
R=37.71%
G=45.10%
B=17.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204244930.1600.620.0475.8987.2866.08
HexCCF45D1003E44c5742
Octal314364135200764114127102
Binary11001100111101001011101100000111110100100110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF45D; }

 p { color: rgb(204,244,93); }

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

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

 a { background-color: rgb(204,244,93); }

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

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

 span { border-color: rgb(204,244,93); }

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