Html Css Color HEX #C6ED5E Mindaro

📋 copy color: '#C6ED5E'

red 198 ◦ green 237 ◦ blue 94

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

Shades of Mindaro #C6ED5E

Tints of Mindaro #C6ED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.8%

 BLUE value IS 94 (37.11% from 255) = 17.77%

R = 37.43%
G = 44.8%
B = 17.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#C6ED5E (or 0xC6ED5E) is known color: Mindaro. HEX triplet: C6, ED and 5E. RGB value is (198,237,94). Sum of RGB (Red+Green+Blue) = 198+237+94=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED5E is #3912A1. Grayscale: #D1D1D1. Windows color (decimal): -3740322 or 6221254. OLE color: 6221254.

HSL color Cylindrical-coordinate representation of color #C6ED5E: hue angle of 76.36º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6ED5E is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 237 94 -
CMYK 0.16 0 0.60 0.07
HSL 76.36º 0.8% 0.65% -
HSV(B) 76.36º 0.6% 0.93% -
XYZ 55.59 73.38 21.82 -
YUV 209.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 198 237 94 0.16 0 0.60 0.07 76.36 0.8 0.65
Hex C6 ED 5E 10 0 3C 7 4C 50 41
Octal 306 355 136 20 0 74 7 114 120 101
Binary 11000110 11101101 1011110 10000 0 111100 111 1001100 1010000 1000001

Color Harmonies of #C6ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ED5E

Black with #C6ED5E

Text Example


Text Example

White with #C6ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ED5E; }

 p { color: rgb(198,237,94); }

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

background-color css

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

 a { background-color: rgb(198,237,94); }

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

border-color css

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

 span { border-color: rgb(198,237,94); }

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