Html Css Color HEX #C7EA1E Pear

📋 copy color: '#C7EA1E'

red 199 ◦ green 234 ◦ blue 30

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

Shades of Pear #C7EA1E

Tints of Pear #C7EA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.48%

R = 42.98%
G = 50.54%
B = 6.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#C7EA1E (or 0xC7EA1E) is known color: Pear. HEX triplet: C7, EA and 1E. RGB value is (199,234,30). Sum of RGB (Red+Green+Blue) = 199+234+30=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EA1E is #3815E1. Grayscale: #C9C9C9. Windows color (decimal): -3675618 or 2026183. OLE color: 2026183.

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

Color convert

RGB 199 234 30 -
CMYK 0.15 0 0.87 0.08
HSL 70.29º 0.83% 0.52% -
HSV(B) 70.29º 0.87% 0.92% -
XYZ 53.21 71.08 12.14 -
YUV 200.28 31.9 127.09 -
System Red Green Blue C M Y K H S L
Decimal 199 234 30 0.15 0 0.87 0.08 70.29 0.83 0.52
Hex C7 EA 1E F 0 57 8 46 53 34
Octal 307 352 36 17 0 127 10 106 123 64
Binary 11000111 11101010 11110 1111 0 1010111 1000 1000110 1010011 110100

Color Harmonies of #C7EA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EA1E

Black with #C7EA1E

Text Example


Text Example

White with #C7EA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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