Html Css Color HEX #CCF264 Mindaro

📋 copy color: '#CCF264'

red 204 ◦ green 242 ◦ blue 100

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

Shades of Mindaro #CCF264

Tints of Mindaro #CCF264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 37.36%
G = 44.32%
B = 18.32%

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

#CCF264 (or 0xCCF264) is known color: Mindaro. HEX triplet: CC, F2 and 64. RGB value is (204,242,100). Sum of RGB (Red+Green+Blue) = 204+242+100=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF264 is #330D9B. Grayscale: #D6D6D6. Windows color (decimal): -3345820 or 6615756. OLE color: 6615756.

HSL color Cylindrical-coordinate representation of color #CCF264: hue angle of 76.06º degrees, saturation: 0.85, 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 #CCF264 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 100 -
CMYK 0.16 0 0.59 0.05
HSL 76.06º 0.85% 0.67% -
HSV(B) 76.06º 0.59% 0.95% -
XYZ 58.95 77.26 23.86 -
YUV 214.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 204 242 100 0.16 0 0.59 0.05 76.06 0.85 0.67
Hex CC F2 64 10 0 3B 5 4C 55 43
Octal 314 362 144 20 0 73 5 114 125 103
Binary 11001100 11110010 1100100 10000 0 111011 101 1001100 1010101 1000011

Color Harmonies of #CCF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF264

Black with #CCF264

Text Example


Text Example

White with #CCF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF264; }

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

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

background-color css

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

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

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

border-color css

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

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

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