Html Css Color HEX #C6EB64 Mindaro

📋 copy color: '#C6EB64'

red 198 ◦ green 235 ◦ blue 100

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

Shades of Mindaro #C6EB64

Tints of Mindaro #C6EB64

RGB

 RED value IS 198 (77.73% from 255) = 37.15%

 GREEN value IS 235 (92.19% from 255) = 44.09%

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

R = 37.15%
G = 44.09%
B = 18.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#C6EB64 (or 0xC6EB64) is known color: Mindaro. HEX triplet: C6, EB and 64. RGB value is (198,235,100). Sum of RGB (Red+Green+Blue) = 198+235+100=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB64 is #39149B. Grayscale: #D1D1D1. Windows color (decimal): -3740828 or 6613958. OLE color: 6613958.

HSL color Cylindrical-coordinate representation of color #C6EB64: hue angle of 76.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6EB64 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 235 100 -
CMYK 0.16 0 0.57 0.08
HSL 76.44º 0.77% 0.66% -
HSV(B) 76.44º 0.57% 0.92% -
XYZ 55.3 72.34 23.11 -
YUV 208.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 198 235 100 0.16 0 0.57 0.08 76.44 0.77 0.66
Hex C6 EB 64 10 0 39 8 4C 4D 42
Octal 306 353 144 20 0 71 10 114 115 102
Binary 11000110 11101011 1100100 10000 0 111001 1000 1001100 1001101 1000010

Color Harmonies of #C6EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EB64

Black with #C6EB64

Text Example


Text Example

White with #C6EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EB64; }

 p { color: rgb(198,235,100); }

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

background-color css

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

 a { background-color: rgb(198,235,100); }

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

border-color css

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

 span { border-color: rgb(198,235,100); }

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