Html Css Color HEX #CCF562 Mindaro

📋 copy color: '#CCF562'

red 204 ◦ green 245 ◦ blue 98

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

Shades of Mindaro #CCF562

Tints of Mindaro #CCF562

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.79%

 BLUE value IS 98 (38.67% from 255) = 17.92%

R = 37.29%
G = 44.79%
B = 17.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#CCF562 (or 0xCCF562) is known color: Mindaro. HEX triplet: CC, F5 and 62. RGB value is (204,245,98). Sum of RGB (Red+Green+Blue) = 204+245+98=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF562 is #330A9D. Grayscale: #D8D8D8. Windows color (decimal): -3345054 or 6485452. OLE color: 6485452.

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

Color convert

RGB 204 245 98 -
CMYK 0.17 0 0.6 0.04
HSL 76.73º 0.88% 0.67% -
HSV(B) 76.73º 0.6% 0.96% -
XYZ 59.76 79.02 23.66 -
YUV 215.98 61.42 119.45 -
System Red Green Blue C M Y K H S L
Decimal 204 245 98 0.17 0 0.6 0.04 76.73 0.88 0.67
Hex CC F5 62 11 0 3C 4 4D 58 43
Octal 314 365 142 21 0 74 4 115 130 103
Binary 11001100 11110101 1100010 10001 0 111100 100 1001101 1011000 1000011

Color Harmonies of #CCF562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF562

Black with #CCF562

Text Example


Text Example

White with #CCF562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF562; }

 p { color: rgb(204,245,98); }

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

background-color css

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

 a { background-color: rgb(204,245,98); }

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

border-color css

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

 span { border-color: rgb(204,245,98); }

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