Html Css Color HEX #CCF46C Mindaro

📋 copy color: '#CCF46C'

red 204 ◦ green 244 ◦ blue 108

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

Shades of Mindaro #CCF46C

Tints of Mindaro #CCF46C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.88%

 BLUE value IS 108 (42.58% from 255) = 19.42%

R = 36.69%
G = 43.88%
B = 19.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#CCF46C (or 0xCCF46C) is known color: Mindaro. HEX triplet: CC, F4 and 6C. RGB value is (204,244,108). Sum of RGB (Red+Green+Blue) = 204+244+108=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF46C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF46C is #330B93. Grayscale: #D9D9D9. Windows color (decimal): -3345300 or 7140556. OLE color: 7140556.

HSL color Cylindrical-coordinate representation of color #CCF46C: hue angle of 77.65º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF46C is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 108 -
CMYK 0.16 0 0.56 0.04
HSL 77.65º 0.86% 0.69% -
HSV(B) 77.65º 0.56% 0.96% -
XYZ 59.96 78.62 26.2 -
YUV 216.54 66.75 119.06 -
System Red Green Blue C M Y K H S L
Decimal 204 244 108 0.16 0 0.56 0.04 77.65 0.86 0.69
Hex CC F4 6C 10 0 38 4 4E 56 45
Octal 314 364 154 20 0 70 4 116 126 105
Binary 11001100 11110100 1101100 10000 0 111000 100 1001110 1010110 1000101

Color Harmonies of #CCF46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF46C

Black with #CCF46C

Text Example


Text Example

White with #CCF46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF46C; }

 p { color: rgb(204,244,108); }

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

background-color css

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

 a { background-color: rgb(204,244,108); }

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

border-color css

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

 span { border-color: rgb(204,244,108); }

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