Html Css Color HEX #CCF062 Mindaro

📋 copy color: '#CCF062'

red 204 ◦ green 240 ◦ blue 98

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

Shades of Mindaro #CCF062

Tints of Mindaro #CCF062

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.28%

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

R = 37.64%
G = 44.28%
B = 18.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#CCF062 (or 0xCCF062) is known color: Mindaro. HEX triplet: CC, F0 and 62. RGB value is (204,240,98). Sum of RGB (Red+Green+Blue) = 204+240+98=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF062 is #330F9D. Grayscale: #D5D5D5. Windows color (decimal): -3346334 or 6484172. OLE color: 6484172.

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

Color convert

RGB 204 240 98 -
CMYK 0.15 0 0.59 0.06
HSL 75.21º 0.83% 0.66% -
HSV(B) 75.21º 0.59% 0.94% -
XYZ 58.27 76.04 23.16 -
YUV 213.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 204 240 98 0.15 0 0.59 0.06 75.21 0.83 0.66
Hex CC F0 62 F 0 3B 6 4B 53 42
Octal 314 360 142 17 0 73 6 113 123 102
Binary 11001100 11110000 1100010 1111 0 111011 110 1001011 1010011 1000010

Color Harmonies of #CCF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF062

Black with #CCF062

Text Example


Text Example

White with #CCF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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