Html Css Color HEX #C2F32F Pear

📋 copy color: '#C2F32F'

red 194 ◦ green 243 ◦ blue 47

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

Shades of Pear #C2F32F

Tints of Pear #C2F32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

 BLUE value IS 47 (18.75% from 255) = 9.71%

R = 40.08%
G = 50.21%
B = 9.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#C2F32F (or 0xC2F32F) is known color: Pear. HEX triplet: C2, F3 and 2F. RGB value is (194,243,47). Sum of RGB (Red+Green+Blue) = 194+243+47=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F32F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F32F is #3D0CD0. Grayscale: #CECECE. Windows color (decimal): -4000977 or 3142594. OLE color: 3142594.

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

Color convert

RGB 194 243 47 -
CMYK 0.20 0 0.81 0.05
HSL 75º 0.89% 0.57% -
HSV(B) 75º 0.81% 0.95% -
XYZ 54.81 75.78 14.43 -
YUV 206.01 38.27 119.44 -
System Red Green Blue C M Y K H S L
Decimal 194 243 47 0.20 0 0.81 0.05 75 0.89 0.57
Hex C2 F3 2F 14 0 51 5 4B 59 39
Octal 302 363 57 24 0 121 5 113 131 71
Binary 11000010 11110011 101111 10100 0 1010001 101 1001011 1011001 111001

Color Harmonies of #C2F32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F32F

Black with #C2F32F

Text Example


Text Example

White with #C2F32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F32F; }

 p { color: rgb(194,243,47); }

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

background-color css

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

 a { background-color: rgb(194,243,47); }

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

border-color css

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

 span { border-color: rgb(194,243,47); }

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