Html Css Color HEX #C3F048 Conifer

📋 copy color: '#C3F048'

red 195 ◦ green 240 ◦ blue 72

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

Shades of Conifer #C3F048

Tints of Conifer #C3F048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.2%

R = 38.46%
G = 47.34%
B = 14.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#C3F048 (or 0xC3F048) is known color: Conifer. HEX triplet: C3, F0 and 48. RGB value is (195,240,72). Sum of RGB (Red+Green+Blue) = 195+240+72=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F048 is #3C0FB7. Grayscale: #D0D0D0. Windows color (decimal): -3936184 or 4780227. OLE color: 4780227.

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

Color convert

RGB 195 240 72 -
CMYK 0.19 0 0.7 0.06
HSL 76.07º 0.85% 0.61% -
HSV(B) 76.07º 0.7% 0.94% -
XYZ 54.84 74.39 17.6 -
YUV 207.39 51.59 119.16 -
System Red Green Blue C M Y K H S L
Decimal 195 240 72 0.19 0 0.7 0.06 76.07 0.85 0.61
Hex C3 F0 48 13 0 46 6 4C 55 3D
Octal 303 360 110 23 0 106 6 114 125 75
Binary 11000011 11110000 1001000 10011 0 1000110 110 1001100 1010101 111101

Color Harmonies of #C3F048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F048

Black with #C3F048

Text Example


Text Example

White with #C3F048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F048; }

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

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

background-color css

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

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

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

border-color css

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

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

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