Html Css Color HEX #CCF364 Mindaro

📋 copy color: '#CCF364'

red 204 ◦ green 243 ◦ blue 100

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

Shades of Mindaro #CCF364

Tints of Mindaro #CCF364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

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

R = 37.29%
G = 44.42%
B = 18.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CCF364 (or 0xCCF364) is known color: Mindaro. HEX triplet: CC, F3 and 64. RGB value is (204,243,100). Sum of RGB (Red+Green+Blue) = 204+243+100=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF364 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF364 is #330C9B. Grayscale: #D7D7D7. Windows color (decimal): -3345564 or 6616012. OLE color: 6616012.

HSL color Cylindrical-coordinate representation of color #CCF364: hue angle of 76.36º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCF364 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 100 -
CMYK 0.16 0 0.59 0.05
HSL 76.36º 0.86% 0.67% -
HSV(B) 76.36º 0.59% 0.95% -
XYZ 59.25 77.86 23.96 -
YUV 215.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 204 243 100 0.16 0 0.59 0.05 76.36 0.86 0.67
Hex CC F3 64 10 0 3B 5 4C 56 43
Octal 314 363 144 20 0 73 5 114 126 103
Binary 11001100 11110011 1100100 10000 0 111011 101 1001100 1010110 1000011

Color Harmonies of #CCF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF364

Black with #CCF364

Text Example


Text Example

White with #CCF364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF364; }

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

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

background-color css

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

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

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

border-color css

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

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

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