Html Css Color HEX #C2ED2E Pear

📋 copy color: '#C2ED2E'

red 194 ◦ green 237 ◦ blue 46

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

Shades of Pear #C2ED2E

Tints of Pear #C2ED2E

RGB

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

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

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

R = 40.67%
G = 49.69%
B = 9.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#C2ED2E (or 0xC2ED2E) is known color: Pear. HEX triplet: C2, ED and 2E. RGB value is (194,237,46). Sum of RGB (Red+Green+Blue) = 194+237+46=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED2E is #3D12D1. Grayscale: #CBCBCB. Windows color (decimal): -4002514 or 3075522. OLE color: 3075522.

HSL color Cylindrical-coordinate representation of color #C2ED2E: hue angle of 73.51º 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 #C2ED2E is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 46 -
CMYK 0.18 0 0.81 0.07
HSL 73.51º 0.84% 0.55% -
HSV(B) 73.51º 0.81% 0.93% -
XYZ 53.03 72.23 13.73 -
YUV 202.37 39.75 122.03 -
System Red Green Blue C M Y K H S L
Decimal 194 237 46 0.18 0 0.81 0.07 73.51 0.84 0.55
Hex C2 ED 2E 12 0 51 7 4A 54 37
Octal 302 355 56 22 0 121 7 112 124 67
Binary 11000010 11101101 101110 10010 0 1010001 111 1001010 1010100 110111

Color Harmonies of #C2ED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED2E

Black with #C2ED2E

Text Example


Text Example

White with #C2ED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED2E; }

 p { color: rgb(194,237,46); }

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

background-color css

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

 a { background-color: rgb(194,237,46); }

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

border-color css

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

 span { border-color: rgb(194,237,46); }

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