Html Css Color HEX #C3F230 Pear

📋 copy color: '#C3F230'

red 195 ◦ green 242 ◦ blue 48

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

Shades of Pear #C3F230

Tints of Pear #C3F230

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.9%

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

R = 40.21%
G = 49.9%
B = 9.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#C3F230 (or 0xC3F230) is known color: Pear. HEX triplet: C3, F2 and 30. RGB value is (195,242,48). Sum of RGB (Red+Green+Blue) = 195+242+48=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F230 is #3C0DCF. Grayscale: #CECECE. Windows color (decimal): -3935696 or 3207875. OLE color: 3207875.

HSL color Cylindrical-coordinate representation of color #C3F230: hue angle of 74.54º degrees, saturation: 0.88, 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 #C3F230 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 242 48 -
CMYK 0.19 0 0.80 0.05
HSL 74.54º 0.88% 0.57% -
HSV(B) 74.54º 0.8% 0.95% -
XYZ 54.79 75.32 14.45 -
YUV 205.83 38.93 120.27 -
System Red Green Blue C M Y K H S L
Decimal 195 242 48 0.19 0 0.80 0.05 74.54 0.88 0.57
Hex C3 F2 30 13 0 50 5 4B 58 39
Octal 303 362 60 23 0 120 5 113 130 71
Binary 11000011 11110010 110000 10011 0 1010000 101 1001011 1011000 111001

Color Harmonies of #C3F230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F230

Black with #C3F230

Text Example


Text Example

White with #C3F230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F230; }

 p { color: rgb(195,242,48); }

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

background-color css

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

 a { background-color: rgb(195,242,48); }

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

border-color css

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

 span { border-color: rgb(195,242,48); }

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