Html Css Color HEX #C3ED2E Pear

📋 copy color: '#C3ED2E'

red 195 ◦ green 237 ◦ blue 46

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

Shades of Pear #C3ED2E

Tints of Pear #C3ED2E

RGB

 RED value IS 195 (76.56% from 255) = 40.79%

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

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

R = 40.79%
G = 49.58%
B = 9.62%

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

#C3ED2E (or 0xC3ED2E) is known color: Pear. HEX triplet: C3, ED and 2E. RGB value is (195,237,46). Sum of RGB (Red+Green+Blue) = 195+237+46=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3ED2E is #3C12D1. Grayscale: #CBCBCB. Windows color (decimal): -3936978 or 3075523. OLE color: 3075523.

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

Color convert

RGB 195 237 46 -
CMYK 0.18 0 0.81 0.07
HSL 73.19º 0.84% 0.55% -
HSV(B) 73.19º 0.81% 0.93% -
XYZ 53.28 72.37 13.74 -
YUV 202.67 39.59 122.53 -
System Red Green Blue C M Y K H S L
Decimal 195 237 46 0.18 0 0.81 0.07 73.19 0.84 0.55
Hex C3 ED 2E 12 0 51 7 49 54 37
Octal 303 355 56 22 0 121 7 111 124 67
Binary 11000011 11101101 101110 10010 0 1010001 111 1001001 1010100 110111

Color Harmonies of #C3ED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ED2E

Black with #C3ED2E

Text Example


Text Example

White with #C3ED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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