Html Css Color HEX #CCF455 Mindaro

📋 copy color: '#CCF455'

red 204 ◦ green 244 ◦ blue 85

#CCF455
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CCF455

Tints of Mindaro #CCF455

RGB

 RED value IS 204 (80.08% from 255) = 38.27%

 GREEN value IS 244 (95.7% from 255) = 45.78%

 BLUE value IS 85 (33.59% from 255) = 15.95%

R = 38.27%
G = 45.78%
B = 15.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#CCF455 (or 0xCCF455) is known color: Mindaro. HEX triplet: CC, F4 and 55. RGB value is (204,244,85). Sum of RGB (Red+Green+Blue) = 204+244+85=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF455 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF455 is #330BAA. Grayscale: #D6D6D6. Windows color (decimal): -3345323 or 5633228. OLE color: 5633228.

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

Color convert

RGB 204 244 85 -
CMYK 0.16 0 0.65 0.04
HSL 75.09º 0.88% 0.65% -
HSV(B) 75.09º 0.65% 0.96% -
XYZ 58.89 78.19 20.58 -
YUV 213.91 55.25 120.93 -
System Red Green Blue C M Y K H S L
Decimal 204 244 85 0.16 0 0.65 0.04 75.09 0.88 0.65
Hex CC F4 55 10 0 41 4 4B 58 41
Octal 314 364 125 20 0 101 4 113 130 101
Binary 11001100 11110100 1010101 10000 0 1000001 100 1001011 1011000 1000001

Color Harmonies of #CCF455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF455

Black with #CCF455

Text Example


Text Example

White with #CCF455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF455; }

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

 H1.HeaderClassName
 {
   color: #CCF455;
 }
 .AnyTagClassName
 {
   color: #CCF455;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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