Html Css Color HEX #C5F348 Conifer

📋 copy color: '#C5F348'

red 197 ◦ green 243 ◦ blue 72

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

Shades of Conifer #C5F348

Tints of Conifer #C5F348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

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

R = 38.48%
G = 47.46%
B = 14.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C5F348 (or 0xC5F348) is known color: Conifer. HEX triplet: C5, F3 and 48. RGB value is (197,243,72). Sum of RGB (Red+Green+Blue) = 197+243+72=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F348 is #3A0CB7. Grayscale: #D2D2D2. Windows color (decimal): -3804344 or 4780997. OLE color: 4780997.

HSL color Cylindrical-coordinate representation of color #C5F348: hue angle of 76.14º degrees, saturation: 0.88, 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 #C5F348 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 243 72 -
CMYK 0.19 0 0.70 0.05
HSL 76.14º 0.88% 0.62% -
HSV(B) 76.14º 0.7% 0.95% -
XYZ 56.25 76.44 17.92 -
YUV 209.75 50.26 118.9 -
System Red Green Blue C M Y K H S L
Decimal 197 243 72 0.19 0 0.70 0.05 76.14 0.88 0.62
Hex C5 F3 48 13 0 46 5 4C 58 3E
Octal 305 363 110 23 0 106 5 114 130 76
Binary 11000101 11110011 1001000 10011 0 1000110 101 1001100 1011000 111110

Color Harmonies of #C5F348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F348

Black with #C5F348

Text Example


Text Example

White with #C5F348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F348; }

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

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

background-color css

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

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

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

border-color css

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

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

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