Html Css Color HEX #C3F026 Pear

📋 copy color: '#C3F026'

red 195 ◦ green 240 ◦ blue 38

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

Shades of Pear #C3F026

Tints of Pear #C3F026

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.74%

 BLUE value IS 38 (15.23% from 255) = 8.03%

R = 41.23%
G = 50.74%
B = 8.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#C3F026 (or 0xC3F026) is known color: Pear. HEX triplet: C3, F0 and 26. RGB value is (195,240,38). Sum of RGB (Red+Green+Blue) = 195+240+38=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F026 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F026 is #3C0FD9. Grayscale: #CCCCCC. Windows color (decimal): -3936218 or 2552003. OLE color: 2552003.

HSL color Cylindrical-coordinate representation of color #C3F026: hue angle of 73.37º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3F026 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 240 38 -
CMYK 0.19 0 0.84 0.06
HSL 73.37º 0.87% 0.55% -
HSV(B) 73.37º 0.84% 0.94% -
XYZ 54.02 74.06 13.28 -
YUV 203.52 34.59 121.93 -
System Red Green Blue C M Y K H S L
Decimal 195 240 38 0.19 0 0.84 0.06 73.37 0.87 0.55
Hex C3 F0 26 13 0 54 6 49 57 37
Octal 303 360 46 23 0 124 6 111 127 67
Binary 11000011 11110000 100110 10011 0 1010100 110 1001001 1010111 110111

Color Harmonies of #C3F026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F026

Black with #C3F026

Text Example


Text Example

White with #C3F026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F026; }

 p { color: rgb(195,240,38); }

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

background-color css

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

 a { background-color: rgb(195,240,38); }

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

border-color css

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

 span { border-color: rgb(195,240,38); }

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