Html Css Color HEX #C3F125 Pear

📋 copy color: '#C3F125'

red 195 ◦ green 241 ◦ blue 37

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

Shades of Pear #C3F125

Tints of Pear #C3F125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.82%

R = 41.23%
G = 50.95%
B = 7.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#C3F125 (or 0xC3F125) is known color: Pear. HEX triplet: C3, F1 and 25. RGB value is (195,241,37). Sum of RGB (Red+Green+Blue) = 195+241+37=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F125 is #3C0EDA. Grayscale: #CCCCCC. Windows color (decimal): -3935963 or 2486723. OLE color: 2486723.

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

Color convert

RGB 195 241 37 -
CMYK 0.19 0 0.85 0.05
HSL 73.53º 0.88% 0.55% -
HSV(B) 73.53º 0.85% 0.95% -
XYZ 54.29 74.65 13.3 -
YUV 203.99 33.76 121.59 -
System Red Green Blue C M Y K H S L
Decimal 195 241 37 0.19 0 0.85 0.05 73.53 0.88 0.55
Hex C3 F1 25 13 0 55 5 4A 58 37
Octal 303 361 45 23 0 125 5 112 130 67
Binary 11000011 11110001 100101 10011 0 1010101 101 1001010 1011000 110111

Color Harmonies of #C3F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F125

Black with #C3F125

Text Example


Text Example

White with #C3F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F125; }

 p { color: rgb(195,241,37); }

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

background-color css

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

 a { background-color: rgb(195,241,37); }

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

border-color css

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

 span { border-color: rgb(195,241,37); }

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