Html Css Color HEX #C8ED2A Pear

📋 copy color: '#C8ED2A'

red 200 ◦ green 237 ◦ blue 42

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

Shades of Pear #C8ED2A

Tints of Pear #C8ED2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.77%

R = 41.75%
G = 49.48%
B = 8.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#C8ED2A (or 0xC8ED2A) is known color: Pear. HEX triplet: C8, ED and 2A. RGB value is (200,237,42). Sum of RGB (Red+Green+Blue) = 200+237+42=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8ED2A is #3712D5. Grayscale: #CCCCCC. Windows color (decimal): -3609302 or 2813384. OLE color: 2813384.

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

Color convert

RGB 200 237 42 -
CMYK 0.16 0 0.82 0.07
HSL 71.38º 0.84% 0.55% -
HSV(B) 71.38º 0.82% 0.93% -
XYZ 54.52 73.01 13.41 -
YUV 203.71 36.74 125.36 -
System Red Green Blue C M Y K H S L
Decimal 200 237 42 0.16 0 0.82 0.07 71.38 0.84 0.55
Hex C8 ED 2A 10 0 52 7 47 54 37
Octal 310 355 52 20 0 122 7 107 124 67
Binary 11001000 11101101 101010 10000 0 1010010 111 1000111 1010100 110111

Color Harmonies of #C8ED2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ED2A

Black with #C8ED2A

Text Example


Text Example

White with #C8ED2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ED2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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