#CCF75F

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

Shades of Mindaro #CCF75F

Tints of Mindaro #CCF75F

Color information

#CCF75F (or 0xCCF75F) is unknown color: approx Mindaro. HEX triplet: CC, F7 and 5F. RGB value is (204,247,95). Sum of RGB (Red+Green+Blue) = 204+247+95=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF75F is #3308A0. Grayscale: #D9D9D9. Windows color (decimal): -3344545 or 6289356. OLE color: 6289356.

HSL color Cylindrical-coordinate representation of color #CCF75F: hue angle of 76.97º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF75F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB20424795-
CMYK0.1700.620.03
HSL76.97º90.48%67.06%-
HSV(B)76.97º61.54%96.86%-
XYZ60.2380.1923.13-
YUV216.8259.25118.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 247 (96.88% from 255) = 45.24%
BLUE value IS 95 (37.5% from 255) = 17.40%
R=37.36%
G=45.24%
B=17.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204247950.1700.620.0376.9790.4867.06
HexCCF75F1103E34d5a43
Octal314367137210763115132103
Binary1100110011110111101111110001011111011100110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF75F; }

 p { color: rgb(204,247,95); }

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

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

 a { background-color: rgb(204,247,95); }

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

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

 span { border-color: rgb(204,247,95); }

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