Html Css Color HEX #C1F130 Pear

📋 copy color: '#C1F130'

red 193 ◦ green 241 ◦ blue 48

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

Shades of Pear #C1F130

Tints of Pear #C1F130

RGB

 RED value IS 193 (75.78% from 255) = 40.04%

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

 BLUE value IS 48 (19.14% from 255) = 9.96%

R = 40.04%
G = 50%
B = 9.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#C1F130 (or 0xC1F130) is known color: Pear. HEX triplet: C1, F1 and 30. RGB value is (193,241,48). Sum of RGB (Red+Green+Blue) = 193+241+48=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F130 is #3E0ECF. Grayscale: #CDCDCD. Windows color (decimal): -4067024 or 3207617. OLE color: 3207617.

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

Color convert

RGB 193 241 48 -
CMYK 0.20 0 0.80 0.05
HSL 74.92º 0.87% 0.57% -
HSV(B) 74.92º 0.8% 0.95% -
XYZ 53.98 74.46 14.32 -
YUV 204.65 39.6 119.69 -
System Red Green Blue C M Y K H S L
Decimal 193 241 48 0.20 0 0.80 0.05 74.92 0.87 0.57
Hex C1 F1 30 14 0 50 5 4B 57 39
Octal 301 361 60 24 0 120 5 113 127 71
Binary 11000001 11110001 110000 10100 0 1010000 101 1001011 1010111 111001

Color Harmonies of #C1F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F130

Black with #C1F130

Text Example


Text Example

White with #C1F130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F130; }

 p { color: rgb(193,241,48); }

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

background-color css

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

 a { background-color: rgb(193,241,48); }

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

border-color css

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

 span { border-color: rgb(193,241,48); }

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