#CCF05B

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

Shades of Mindaro #CCF05B

Tints of Mindaro #CCF05B

Color information

#CCF05B (or 0xCCF05B) is unknown color: approx Mindaro. HEX triplet: CC, F0 and 5B. RGB value is (204,240,91). Sum of RGB (Red+Green+Blue) = 204+240+91=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF05B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF05B is #330FA4. Grayscale: #D4D4D4. Windows color (decimal): -3346341 or 6025420. OLE color: 6025420.

HSL color Cylindrical-coordinate representation of color #CCF05B: hue angle of 74.5º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF05B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB20424091-
CMYK0.1500.620.06
HSL74.5º83.24%64.9%-
HSV(B)74.5º62.08%94.12%-
XYZ57.9575.9121.5-
YUV212.2559.57122.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 240 (94.14% from 255) = 44.86%
BLUE value IS 91 (35.94% from 255) = 17.01%
R=38.13%
G=44.86%
B=17.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal204240910.1500.620.0674.583.2464.9
HexCCF05BF03E64a5341
Octal314360133170766112123101
Binary1100110011110000101101111110111110110100101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF05B; }

 p { color: rgb(204,240,91); }

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

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

 a { background-color: rgb(204,240,91); }

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

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

 span { border-color: rgb(204,240,91); }

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