Html Css Color HEX #C5F148 Conifer

📋 copy color: '#C5F148'

red 197 ◦ green 241 ◦ blue 72

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

Shades of Conifer #C5F148

Tints of Conifer #C5F148

RGB

 RED value IS 197 (77.34% from 255) = 38.63%

 GREEN value IS 241 (94.53% from 255) = 47.25%

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

R = 38.63%
G = 47.25%
B = 14.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C5F148 (or 0xC5F148) is known color: Conifer. HEX triplet: C5, F1 and 48. RGB value is (197,241,72). Sum of RGB (Red+Green+Blue) = 197+241+72=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F148 is #3A0EB7. Grayscale: #D1D1D1. Windows color (decimal): -3804856 or 4780485. OLE color: 4780485.

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

Color convert

RGB 197 241 72 -
CMYK 0.18 0 0.70 0.05
HSL 75.62º 0.86% 0.61% -
HSV(B) 75.62º 0.7% 0.95% -
XYZ 55.65 75.25 17.72 -
YUV 208.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 197 241 72 0.18 0 0.70 0.05 75.62 0.86 0.61
Hex C5 F1 48 12 0 46 5 4C 56 3D
Octal 305 361 110 22 0 106 5 114 126 75
Binary 11000101 11110001 1001000 10010 0 1000110 101 1001100 1010110 111101

Color Harmonies of #C5F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F148

Black with #C5F148

Text Example


Text Example

White with #C5F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F148; }

 p { color: rgb(197,241,72); }

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

background-color css

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

 a { background-color: rgb(197,241,72); }

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

border-color css

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

 span { border-color: rgb(197,241,72); }

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