Html Css Color HEX #C5F948 Conifer

📋 copy color: '#C5F948'

red 197 ◦ green 249 ◦ blue 72

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

Shades of Conifer #C5F948

Tints of Conifer #C5F948

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.07%

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

R = 38.03%
G = 48.07%
B = 13.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#C5F948 (or 0xC5F948) is known color: Conifer. HEX triplet: C5, F9 and 48. RGB value is (197,249,72). Sum of RGB (Red+Green+Blue) = 197+249+72=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F948 is #3A06B7. Grayscale: #D5D5D5. Windows color (decimal): -3802808 or 4782533. OLE color: 4782533.

HSL color Cylindrical-coordinate representation of color #C5F948: hue angle of 77.63º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5F948 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 249 72 -
CMYK 0.21 0 0.71 0.02
HSL 77.63º 0.94% 0.63% -
HSV(B) 77.63º 0.71% 0.98% -
XYZ 58.07 80.09 18.53 -
YUV 213.27 48.27 116.39 -
System Red Green Blue C M Y K H S L
Decimal 197 249 72 0.21 0 0.71 0.02 77.63 0.94 0.63
Hex C5 F9 48 15 0 47 2 4E 5E 3F
Octal 305 371 110 25 0 107 2 116 136 77
Binary 11000101 11111001 1001000 10101 0 1000111 10 1001110 1011110 111111

Color Harmonies of #C5F948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F948

Black with #C5F948

Text Example


Text Example

White with #C5F948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F948; }

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

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

background-color css

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

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

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

border-color css

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

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

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