Html Css Color HEX #CCF762 Mindaro

📋 copy color: '#CCF762'

red 204 ◦ green 247 ◦ blue 98

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

Shades of Mindaro #CCF762

Tints of Mindaro #CCF762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.99%

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

R = 37.16%
G = 44.99%
B = 17.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#CCF762 (or 0xCCF762) is known color: Mindaro. HEX triplet: CC, F7 and 62. RGB value is (204,247,98). Sum of RGB (Red+Green+Blue) = 204+247+98=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF762 is #33089D. Grayscale: #D9D9D9. Windows color (decimal): -3344542 or 6485964. OLE color: 6485964.

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

Color convert

RGB 204 247 98 -
CMYK 0.17 0 0.60 0.03
HSL 77.32º 0.9% 0.68% -
HSV(B) 77.32º 0.6% 0.97% -
XYZ 60.37 80.24 23.86 -
YUV 217.16 60.75 118.62 -
System Red Green Blue C M Y K H S L
Decimal 204 247 98 0.17 0 0.60 0.03 77.32 0.9 0.68
Hex CC F7 62 11 0 3C 3 4D 5A 44
Octal 314 367 142 21 0 74 3 115 132 104
Binary 11001100 11110111 1100010 10001 0 111100 11 1001101 1011010 1000100

Color Harmonies of #CCF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF762

Black with #CCF762

Text Example


Text Example

White with #CCF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF762; }

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

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

background-color css

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

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

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

border-color css

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

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

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