Html Css Color HEX #C2E92A Pear

📋 copy color: '#C2E92A'

red 194 ◦ green 233 ◦ blue 42

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

Shades of Pear #C2E92A

Tints of Pear #C2E92A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.68%

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

R = 41.36%
G = 49.68%
B = 8.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#C2E92A (or 0xC2E92A) is known color: Pear. HEX triplet: C2, E9 and 2A. RGB value is (194,233,42). Sum of RGB (Red+Green+Blue) = 194+233+42=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E92A is #3D16D5. Grayscale: #C8C8C8. Windows color (decimal): -4003542 or 2812354. OLE color: 2812354.

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

Color convert

RGB 194 233 42 -
CMYK 0.17 0 0.82 0.09
HSL 72.25º 0.81% 0.54% -
HSV(B) 72.25º 0.82% 0.91% -
XYZ 51.8 69.91 12.95 -
YUV 199.57 39.08 124.03 -
System Red Green Blue C M Y K H S L
Decimal 194 233 42 0.17 0 0.82 0.09 72.25 0.81 0.54
Hex C2 E9 2A 11 0 52 9 48 51 36
Octal 302 351 52 21 0 122 11 110 121 66
Binary 11000010 11101001 101010 10001 0 1010010 1001 1001000 1010001 110110

Color Harmonies of #C2E92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E92A

Black with #C2E92A

Text Example


Text Example

White with #C2E92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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