#CCF055

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

Shades of Mindaro #CCF055

Tints of Mindaro #CCF055

Color information

#CCF055 (or 0xCCF055) is unknown color: approx Mindaro. HEX triplet: CC, F0 and 55. RGB value is (204,240,85). Sum of RGB (Red+Green+Blue) = 204+240+85=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF055 is #330FAA. Grayscale: #D4D4D4. Windows color (decimal): -3346347 or 5632204. OLE color: 5632204.

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

Color convert

RGB20424085-
CMYK0.1500.650.06
HSL73.94º83.78%63.73%-
HSV(B)73.94º64.58%94.12%-
XYZ57.775.8120.19-
YUV211.5756.57122.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 240 (94.14% from 255) = 45.37%
BLUE value IS 85 (33.59% from 255) = 16.07%
R=38.56%
G=45.37%
B=16.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal204240850.1500.650.0673.9483.7863.73
HexCCF055F04164a5440
Octal3143601251701016112124100
Binary11001100111100001010101111101000001110100101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF055; }

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

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

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

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

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

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

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

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