Html Css Color HEX #C6EC25 Pear

📋 copy color: '#C6EC25'

red 198 ◦ green 236 ◦ blue 37

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

Shades of Pear #C6EC25

Tints of Pear #C6EC25

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.11%

 BLUE value IS 37 (14.84% from 255) = 7.86%

R = 42.04%
G = 50.11%
B = 7.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#C6EC25 (or 0xC6EC25) is known color: Pear. HEX triplet: C6, EC and 25. RGB value is (198,236,37). Sum of RGB (Red+Green+Blue) = 198+236+37=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EC25 is #3913DA. Grayscale: #CACACA. Windows color (decimal): -3740635 or 2485446. OLE color: 2485446.

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

Color convert

RGB 198 236 37 -
CMYK 0.16 0 0.84 0.07
HSL 71.46º 0.84% 0.54% -
HSV(B) 71.46º 0.84% 0.93% -
XYZ 53.62 72.13 12.85 -
YUV 201.95 34.91 125.18 -
System Red Green Blue C M Y K H S L
Decimal 198 236 37 0.16 0 0.84 0.07 71.46 0.84 0.54
Hex C6 EC 25 10 0 54 7 47 54 36
Octal 306 354 45 20 0 124 7 107 124 66
Binary 11000110 11101100 100101 10000 0 1010100 111 1000111 1010100 110110

Color Harmonies of #C6EC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EC25

Black with #C6EC25

Text Example


Text Example

White with #C6EC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EC25; }

 p { color: rgb(198,236,37); }

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

background-color css

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

 a { background-color: rgb(198,236,37); }

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

border-color css

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

 span { border-color: rgb(198,236,37); }

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