Html Css Color HEX #C7EC1C Pear

📋 copy color: '#C7EC1C'

red 199 ◦ green 236 ◦ blue 28

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

Shades of Pear #C7EC1C

Tints of Pear #C7EC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.05%

R = 42.98%
G = 50.97%
B = 6.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#C7EC1C (or 0xC7EC1C) is known color: Pear. HEX triplet: C7, EC and 1C. RGB value is (199,236,28). Sum of RGB (Red+Green+Blue) = 199+236+28=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #C7EC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EC1C is #3813E3. Grayscale: #CACACA. Windows color (decimal): -3675108 or 1895623. OLE color: 1895623.

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

Color convert

RGB 199 236 28 -
CMYK 0.16 0 0.88 0.07
HSL 70.67º 0.85% 0.52% -
HSV(B) 70.67º 0.88% 0.93% -
XYZ 53.76 72.22 12.2 -
YUV 201.23 30.24 126.41 -
System Red Green Blue C M Y K H S L
Decimal 199 236 28 0.16 0 0.88 0.07 70.67 0.85 0.52
Hex C7 EC 1C 10 0 58 7 47 55 34
Octal 307 354 34 20 0 130 7 107 125 64
Binary 11000111 11101100 11100 10000 0 1011000 111 1000111 1010101 110100

Color Harmonies of #C7EC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EC1C

Black with #C7EC1C

Text Example


Text Example

White with #C7EC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EC1C; }

 p { color: rgb(199,236,28); }

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

background-color css

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

 a { background-color: rgb(199,236,28); }

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

border-color css

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

 span { border-color: rgb(199,236,28); }

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