Html Css Color HEX #C2EB2A Pear

📋 copy color: '#C2EB2A'

red 194 ◦ green 235 ◦ blue 42

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

Shades of Pear #C2EB2A

Tints of Pear #C2EB2A

RGB

 RED value IS 194 (76.17% from 255) = 41.19%

 GREEN value IS 235 (92.19% from 255) = 49.89%

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

R = 41.19%
G = 49.89%
B = 8.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#C2EB2A (or 0xC2EB2A) is known color: Pear. HEX triplet: C2, EB and 2A. RGB value is (194,235,42). Sum of RGB (Red+Green+Blue) = 194+235+42=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB2A is #3D14D5. Grayscale: #C9C9C9. Windows color (decimal): -4003030 or 2812866. OLE color: 2812866.

HSL color Cylindrical-coordinate representation of color #C2EB2A: hue angle of 72.75º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2EB2A is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 42 -
CMYK 0.17 0 0.82 0.08
HSL 72.75º 0.83% 0.54% -
HSV(B) 72.75º 0.82% 0.92% -
XYZ 52.37 71.05 13.14 -
YUV 200.74 38.42 123.19 -
System Red Green Blue C M Y K H S L
Decimal 194 235 42 0.17 0 0.82 0.08 72.75 0.83 0.54
Hex C2 EB 2A 11 0 52 8 49 53 36
Octal 302 353 52 21 0 122 10 111 123 66
Binary 11000010 11101011 101010 10001 0 1010010 1000 1001001 1010011 110110

Color Harmonies of #C2EB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB2A

Black with #C2EB2A

Text Example


Text Example

White with #C2EB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB2A; }

 p { color: rgb(194,235,42); }

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

background-color css

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

 a { background-color: rgb(194,235,42); }

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

border-color css

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

 span { border-color: rgb(194,235,42); }

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