Html Css Color HEX #CCF064 Mindaro

📋 copy color: '#CCF064'

red 204 ◦ green 240 ◦ blue 100

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

Shades of Mindaro #CCF064

Tints of Mindaro #CCF064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 37.5%
G = 44.12%
B = 18.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#CCF064 (or 0xCCF064) is known color: Mindaro. HEX triplet: CC, F0 and 64. RGB value is (204,240,100). Sum of RGB (Red+Green+Blue) = 204+240+100=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF064 is #330F9B. Grayscale: #D5D5D5. Windows color (decimal): -3346332 or 6615244. OLE color: 6615244.

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

Color convert

RGB 204 240 100 -
CMYK 0.15 0 0.58 0.06
HSL 75.43º 0.82% 0.67% -
HSV(B) 75.43º 0.58% 0.94% -
XYZ 58.36 76.08 23.67 -
YUV 213.28 64.07 121.38 -
System Red Green Blue C M Y K H S L
Decimal 204 240 100 0.15 0 0.58 0.06 75.43 0.82 0.67
Hex CC F0 64 F 0 3A 6 4B 52 43
Octal 314 360 144 17 0 72 6 113 122 103
Binary 11001100 11110000 1100100 1111 0 111010 110 1001011 1010010 1000011

Color Harmonies of #CCF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF064

Black with #CCF064

Text Example


Text Example

White with #CCF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF064; }

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

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

background-color css

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

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

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

border-color css

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

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

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