Html Css Color HEX #C8ED2C Pear

📋 copy color: '#C8ED2C'

red 200 ◦ green 237 ◦ blue 44

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

Shades of Pear #C8ED2C

Tints of Pear #C8ED2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.15%

R = 41.58%
G = 49.27%
B = 9.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#C8ED2C (or 0xC8ED2C) is known color: Pear. HEX triplet: C8, ED and 2C. RGB value is (200,237,44). Sum of RGB (Red+Green+Blue) = 200+237+44=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8ED2C is #3712D3. Grayscale: #CCCCCC. Windows color (decimal): -3609300 or 2944456. OLE color: 2944456.

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

Color convert

RGB 200 237 44 -
CMYK 0.16 0 0.81 0.07
HSL 71.5º 0.84% 0.55% -
HSV(B) 71.5º 0.81% 0.93% -
XYZ 54.56 73.03 13.6 -
YUV 203.94 37.74 125.19 -
System Red Green Blue C M Y K H S L
Decimal 200 237 44 0.16 0 0.81 0.07 71.5 0.84 0.55
Hex C8 ED 2C 10 0 51 7 48 54 37
Octal 310 355 54 20 0 121 7 110 124 67
Binary 11001000 11101101 101100 10000 0 1010001 111 1001000 1010100 110111

Color Harmonies of #C8ED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ED2C

Black with #C8ED2C

Text Example


Text Example

White with #C8ED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ED2C; }

 p { color: rgb(200,237,44); }

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

background-color css

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

 a { background-color: rgb(200,237,44); }

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

border-color css

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

 span { border-color: rgb(200,237,44); }

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