Html Css Color HEX #C7EA20 Pear

📋 copy color: '#C7EA20'

red 199 ◦ green 234 ◦ blue 32

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

Shades of Pear #C7EA20

Tints of Pear #C7EA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.32%

 BLUE value IS 32 (12.89% from 255) = 6.88%

R = 42.8%
G = 50.32%
B = 6.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#C7EA20 (or 0xC7EA20) is known color: Pear. HEX triplet: C7, EA and 20. RGB value is (199,234,32). Sum of RGB (Red+Green+Blue) = 199+234+32=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EA20 is #3815DF. Grayscale: #C9C9C9. Windows color (decimal): -3675616 or 2157255. OLE color: 2157255.

HSL color Cylindrical-coordinate representation of color #C7EA20: hue angle of 70.4º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7EA20 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 234 32 -
CMYK 0.15 0 0.86 0.08
HSL 70.4º 0.83% 0.52% -
HSV(B) 70.4º 0.86% 0.92% -
XYZ 53.24 71.09 12.28 -
YUV 200.51 32.9 126.93 -
System Red Green Blue C M Y K H S L
Decimal 199 234 32 0.15 0 0.86 0.08 70.4 0.83 0.52
Hex C7 EA 20 F 0 56 8 46 53 34
Octal 307 352 40 17 0 126 10 106 123 64
Binary 11000111 11101010 100000 1111 0 1010110 1000 1000110 1010011 110100

Color Harmonies of #C7EA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EA20

Black with #C7EA20

Text Example


Text Example

White with #C7EA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EA20; }

 p { color: rgb(199,234,32); }

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

background-color css

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

 a { background-color: rgb(199,234,32); }

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

border-color css

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

 span { border-color: rgb(199,234,32); }

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