Html Css Color HEX #C7ED1E Pear

📋 copy color: '#C7ED1E'

red 199 ◦ green 237 ◦ blue 30

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

Shades of Pear #C7ED1E

Tints of Pear #C7ED1E

RGB

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

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

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

R = 42.7%
G = 50.86%
B = 6.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#C7ED1E (or 0xC7ED1E) is known color: Pear. HEX triplet: C7, ED and 1E. RGB value is (199,237,30). Sum of RGB (Red+Green+Blue) = 199+237+30=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7ED1E is #3812E1. Grayscale: #CACACA. Windows color (decimal): -3674850 or 2026951. OLE color: 2026951.

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

Color convert

RGB 199 237 30 -
CMYK 0.16 0 0.87 0.07
HSL 71.01º 0.85% 0.52% -
HSV(B) 71.01º 0.87% 0.93% -
XYZ 54.07 72.8 12.43 -
YUV 202.04 30.91 125.83 -
System Red Green Blue C M Y K H S L
Decimal 199 237 30 0.16 0 0.87 0.07 71.01 0.85 0.52
Hex C7 ED 1E 10 0 57 7 47 55 34
Octal 307 355 36 20 0 127 7 107 125 64
Binary 11000111 11101101 11110 10000 0 1010111 111 1000111 1010101 110100

Color Harmonies of #C7ED1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ED1E

Black with #C7ED1E

Text Example


Text Example

White with #C7ED1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ED1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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