Html Css Color HEX #C6E165 Mindaro

📋 copy color: '#C6E165'

red 198 ◦ green 225 ◦ blue 101

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

Shades of Mindaro #C6E165

Tints of Mindaro #C6E165

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.94%

 BLUE value IS 101 (39.84% from 255) = 19.27%

R = 37.79%
G = 42.94%
B = 19.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#C6E165 (or 0xC6E165) is known color: Mindaro. HEX triplet: C6, E1 and 65. RGB value is (198,225,101). Sum of RGB (Red+Green+Blue) = 198+225+101=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E165 is #391E9A. Grayscale: #CBCBCB. Windows color (decimal): -3743387 or 6676934. OLE color: 6676934.

HSL color Cylindrical-coordinate representation of color #C6E165: hue angle of 73.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6E165 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 225 101 -
CMYK 0.12 0 0.55 0.12
HSL 73.06º 0.67% 0.64% -
HSV(B) 73.06º 0.55% 0.88% -
XYZ 52.56 66.8 22.43 -
YUV 202.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 198 225 101 0.12 0 0.55 0.12 73.06 0.67 0.64
Hex C6 E1 65 C 0 37 C 49 43 40
Octal 306 341 145 14 0 67 14 111 103 100
Binary 11000110 11100001 1100101 1100 0 110111 1100 1001001 1000011 1000000

Color Harmonies of #C6E165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E165

Black with #C6E165

Text Example


Text Example

White with #C6E165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E165; }

 p { color: rgb(198,225,101); }

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

background-color css

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

 a { background-color: rgb(198,225,101); }

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

border-color css

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

 span { border-color: rgb(198,225,101); }

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