Html Css Color HEX #C1F248 Conifer

📋 copy color: '#C1F248'

red 193 ◦ green 242 ◦ blue 72

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

Shades of Conifer #C1F248

Tints of Conifer #C1F248

RGB

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

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

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

R = 38.07%
G = 47.73%
B = 14.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C1F248 (or 0xC1F248) is known color: Conifer. HEX triplet: C1, F2 and 48. RGB value is (193,242,72). Sum of RGB (Red+Green+Blue) = 193+242+72=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F248 is #3E0DB7. Grayscale: #D0D0D0. Windows color (decimal): -4066744 or 4780737. OLE color: 4780737.

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

Color convert

RGB 193 242 72 -
CMYK 0.20 0 0.70 0.05
HSL 77.29º 0.87% 0.62% -
HSV(B) 77.29º 0.7% 0.95% -
XYZ 54.91 75.31 17.77 -
YUV 207.97 51.27 117.32 -
System Red Green Blue C M Y K H S L
Decimal 193 242 72 0.20 0 0.70 0.05 77.29 0.87 0.62
Hex C1 F2 48 14 0 46 5 4D 57 3E
Octal 301 362 110 24 0 106 5 115 127 76
Binary 11000001 11110010 1001000 10100 0 1000110 101 1001101 1010111 111110

Color Harmonies of #C1F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F248

Black with #C1F248

Text Example


Text Example

White with #C1F248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F248; }

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

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

background-color css

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

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

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

border-color css

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

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

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