Html Css Color HEX #C1F048 Conifer

📋 copy color: '#C1F048'

red 193 ◦ green 240 ◦ blue 72

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

Shades of Conifer #C1F048

Tints of Conifer #C1F048

RGB

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

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

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

R = 38.22%
G = 47.52%
B = 14.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#C1F048 (or 0xC1F048) is known color: Conifer. HEX triplet: C1, F0 and 48. RGB value is (193,240,72). Sum of RGB (Red+Green+Blue) = 193+240+72=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F048 is #3E0FB7. Grayscale: #CFCFCF. Windows color (decimal): -4067256 or 4780225. OLE color: 4780225.

HSL color Cylindrical-coordinate representation of color #C1F048: hue angle of 76.79º 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 #C1F048 is Cyan = 0.20, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 240 72 -
CMYK 0.20 0 0.7 0.06
HSL 76.79º 0.85% 0.61% -
HSV(B) 76.79º 0.7% 0.94% -
XYZ 54.32 74.13 17.58 -
YUV 206.8 51.93 118.16 -
System Red Green Blue C M Y K H S L
Decimal 193 240 72 0.20 0 0.7 0.06 76.79 0.85 0.61
Hex C1 F0 48 14 0 46 6 4D 55 3D
Octal 301 360 110 24 0 106 6 115 125 75
Binary 11000001 11110000 1001000 10100 0 1000110 110 1001101 1010101 111101

Color Harmonies of #C1F048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F048

Black with #C1F048

Text Example


Text Example

White with #C1F048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F048; }

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

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

background-color css

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

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

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

border-color css

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

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

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