Html Css Color HEX #CCF864 Mindaro

📋 copy color: '#CCF864'

red 204 ◦ green 248 ◦ blue 100

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

Shades of Mindaro #CCF864

Tints of Mindaro #CCF864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.93%

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

R = 36.96%
G = 44.93%
B = 18.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#CCF864 (or 0xCCF864) is known color: Mindaro. HEX triplet: CC, F8 and 64. RGB value is (204,248,100). Sum of RGB (Red+Green+Blue) = 204+248+100=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF864 is #33079B. Grayscale: #DADADA. Windows color (decimal): -3344284 or 6617292. OLE color: 6617292.

HSL color Cylindrical-coordinate representation of color #CCF864: hue angle of 77.84º degrees, saturation: 0.91, 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 #CCF864 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 100 -
CMYK 0.18 0 0.60 0.03
HSL 77.84º 0.91% 0.68% -
HSV(B) 77.84º 0.6% 0.97% -
XYZ 60.77 80.89 24.47 -
YUV 217.97 61.42 118.03 -
System Red Green Blue C M Y K H S L
Decimal 204 248 100 0.18 0 0.60 0.03 77.84 0.91 0.68
Hex CC F8 64 12 0 3C 3 4E 5B 44
Octal 314 370 144 22 0 74 3 116 133 104
Binary 11001100 11111000 1100100 10010 0 111100 11 1001110 1011011 1000100

Color Harmonies of #CCF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF864

Black with #CCF864

Text Example


Text Example

White with #CCF864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF864; }

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

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

background-color css

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

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

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

border-color css

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

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

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