Html Css Color HEX #C2F124 Pear

📋 copy color: '#C2F124'

red 194 ◦ green 241 ◦ blue 36

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

Shades of Pear #C2F124

Tints of Pear #C2F124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.17%

 BLUE value IS 36 (14.45% from 255) = 7.64%

R = 41.19%
G = 51.17%
B = 7.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#C2F124 (or 0xC2F124) is known color: Pear. HEX triplet: C2, F1 and 24. RGB value is (194,241,36). Sum of RGB (Red+Green+Blue) = 194+241+36=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F124 is #3D0EDB. Grayscale: #CCCCCC. Windows color (decimal): -4001500 or 2421186. OLE color: 2421186.

HSL color Cylindrical-coordinate representation of color #C2F124: hue angle of 73.76º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2F124 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 36 -
CMYK 0.20 0 0.85 0.05
HSL 73.76º 0.88% 0.54% -
HSV(B) 73.76º 0.85% 0.95% -
XYZ 54.02 74.51 13.2 -
YUV 203.58 33.43 121.17 -
System Red Green Blue C M Y K H S L
Decimal 194 241 36 0.20 0 0.85 0.05 73.76 0.88 0.54
Hex C2 F1 24 14 0 55 5 4A 58 36
Octal 302 361 44 24 0 125 5 112 130 66
Binary 11000010 11110001 100100 10100 0 1010101 101 1001010 1011000 110110

Color Harmonies of #C2F124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F124

Black with #C2F124

Text Example


Text Example

White with #C2F124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F124; }

 p { color: rgb(194,241,36); }

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

background-color css

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

 a { background-color: rgb(194,241,36); }

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

border-color css

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

 span { border-color: rgb(194,241,36); }

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