Html Css Color HEX #C2EF34 Pear

📋 copy color: '#C2EF34'

red 194 ◦ green 239 ◦ blue 52

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

Shades of Pear #C2EF34

Tints of Pear #C2EF34

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.28%

 BLUE value IS 52 (20.7% from 255) = 10.72%

R = 40%
G = 49.28%
B = 10.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#C2EF34 (or 0xC2EF34) is known color: Pear. HEX triplet: C2, EF and 34. RGB value is (194,239,52). Sum of RGB (Red+Green+Blue) = 194+239+52=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EF34 is #3D10CB. Grayscale: #CCCCCC. Windows color (decimal): -4001996 or 3469250. OLE color: 3469250.

HSL color Cylindrical-coordinate representation of color #C2EF34: hue angle of 74.44º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2EF34 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 52 -
CMYK 0.19 0 0.78 0.06
HSL 74.44º 0.85% 0.57% -
HSV(B) 74.44º 0.78% 0.94% -
XYZ 53.73 73.45 14.59 -
YUV 204.23 42.09 120.71 -
System Red Green Blue C M Y K H S L
Decimal 194 239 52 0.19 0 0.78 0.06 74.44 0.85 0.57
Hex C2 EF 34 13 0 4E 6 4A 55 39
Octal 302 357 64 23 0 116 6 112 125 71
Binary 11000010 11101111 110100 10011 0 1001110 110 1001010 1010101 111001

Color Harmonies of #C2EF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EF34

Black with #C2EF34

Text Example


Text Example

White with #C2EF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EF34; }

 p { color: rgb(194,239,52); }

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

background-color css

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

 a { background-color: rgb(194,239,52); }

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

border-color css

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

 span { border-color: rgb(194,239,52); }

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