Html Css Color HEX #C8EA2E Pear

📋 copy color: '#C8EA2E'

red 200 ◦ green 234 ◦ blue 46

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

Shades of Pear #C8EA2E

Tints of Pear #C8EA2E

RGB

 RED value IS 200 (78.52% from 255) = 41.67%

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

 BLUE value IS 46 (18.36% from 255) = 9.58%

R = 41.67%
G = 48.75%
B = 9.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#C8EA2E (or 0xC8EA2E) is known color: Pear. HEX triplet: C8, EA and 2E. RGB value is (200,234,46). Sum of RGB (Red+Green+Blue) = 200+234+46=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA2E is #3715D1. Grayscale: #CBCBCB. Windows color (decimal): -3610066 or 3074760. OLE color: 3074760.

HSL color Cylindrical-coordinate representation of color #C8EA2E: hue angle of 70.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8EA2E is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 234 46 -
CMYK 0.15 0 0.80 0.08
HSL 70.85º 0.82% 0.55% -
HSV(B) 70.85º 0.8% 0.92% -
XYZ 53.74 71.32 13.52 -
YUV 202.4 39.74 126.29 -
System Red Green Blue C M Y K H S L
Decimal 200 234 46 0.15 0 0.80 0.08 70.85 0.82 0.55
Hex C8 EA 2E F 0 50 8 47 52 37
Octal 310 352 56 17 0 120 10 107 122 67
Binary 11001000 11101010 101110 1111 0 1010000 1000 1000111 1010010 110111

Color Harmonies of #C8EA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EA2E

Black with #C8EA2E

Text Example


Text Example

White with #C8EA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EA2E; }

 p { color: rgb(200,234,46); }

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

background-color css

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

 a { background-color: rgb(200,234,46); }

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

border-color css

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

 span { border-color: rgb(200,234,46); }

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