Html Css Color HEX #C7E12A Pear

📋 copy color: '#C7E12A'

red 199 ◦ green 225 ◦ blue 42

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

Shades of Pear #C7E12A

Tints of Pear #C7E12A

RGB

 RED value IS 199 (78.13% from 255) = 42.7%

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

 BLUE value IS 42 (16.8% from 255) = 9.01%

R = 42.7%
G = 48.28%
B = 9.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#C7E12A (or 0xC7E12A) is known color: Pear. HEX triplet: C7, E1 and 2A. RGB value is (199,225,42). Sum of RGB (Red+Green+Blue) = 199+225+42=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E12A is #381ED5. Grayscale: #C5C5C5. Windows color (decimal): -3677910 or 2810311. OLE color: 2810311.

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

Color convert

RGB 199 225 42 -
CMYK 0.12 0 0.81 0.12
HSL 68.52º 0.75% 0.52% -
HSV(B) 68.52º 0.81% 0.88% -
XYZ 50.9 66.16 12.28 -
YUV 196.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 199 225 42 0.12 0 0.81 0.12 68.52 0.75 0.52
Hex C7 E1 2A C 0 51 C 45 4B 34
Octal 307 341 52 14 0 121 14 105 113 64
Binary 11000111 11100001 101010 1100 0 1010001 1100 1000101 1001011 110100

Color Harmonies of #C7E12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E12A

Black with #C7E12A

Text Example


Text Example

White with #C7E12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E12A; }

 p { color: rgb(199,225,42); }

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

background-color css

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

 a { background-color: rgb(199,225,42); }

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

border-color css

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

 span { border-color: rgb(199,225,42); }

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