Html Css Color HEX #CCF56A Mindaro

📋 copy color: '#CCF56A'

red 204 ◦ green 245 ◦ blue 106

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

Shades of Mindaro #CCF56A

Tints of Mindaro #CCF56A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.14%

 BLUE value IS 106 (41.8% from 255) = 19.1%

R = 36.76%
G = 44.14%
B = 19.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#CCF56A (or 0xCCF56A) is known color: Mindaro. HEX triplet: CC, F5 and 6A. RGB value is (204,245,106). Sum of RGB (Red+Green+Blue) = 204+245+106=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF56A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF56A is #330A95. Grayscale: #D9D9D9. Windows color (decimal): -3345046 or 7009740. OLE color: 7009740.

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

Color convert

RGB 204 245 106 -
CMYK 0.17 0 0.57 0.04
HSL 77.7º 0.87% 0.69% -
HSV(B) 77.7º 0.57% 0.96% -
XYZ 60.16 79.18 25.75 -
YUV 216.9 65.42 118.8 -
System Red Green Blue C M Y K H S L
Decimal 204 245 106 0.17 0 0.57 0.04 77.7 0.87 0.69
Hex CC F5 6A 11 0 39 4 4E 57 45
Octal 314 365 152 21 0 71 4 116 127 105
Binary 11001100 11110101 1101010 10001 0 111001 100 1001110 1010111 1000101

Color Harmonies of #CCF56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF56A

Black with #CCF56A

Text Example


Text Example

White with #CCF56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF56A; }

 p { color: rgb(204,245,106); }

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

background-color css

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

 a { background-color: rgb(204,245,106); }

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

border-color css

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

 span { border-color: rgb(204,245,106); }

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