Html Css Color HEX #C6F548 Conifer

📋 copy color: '#C6F548'

red 198 ◦ green 245 ◦ blue 72

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

Shades of Conifer #C6F548

Tints of Conifer #C6F548

RGB

 RED value IS 198 (77.73% from 255) = 38.45%

 GREEN value IS 245 (96.09% from 255) = 47.57%

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

R = 38.45%
G = 47.57%
B = 13.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#C6F548 (or 0xC6F548) is known color: Conifer. HEX triplet: C6, F5 and 48. RGB value is (198,245,72). Sum of RGB (Red+Green+Blue) = 198+245+72=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F548 is #390AB7. Grayscale: #D3D3D3. Windows color (decimal): -3738296 or 4781510. OLE color: 4781510.

HSL color Cylindrical-coordinate representation of color #C6F548: hue angle of 76.3º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6F548 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 245 72 -
CMYK 0.19 0 0.71 0.04
HSL 76.3º 0.9% 0.62% -
HSV(B) 76.3º 0.71% 0.96% -
XYZ 57.11 77.78 18.13 -
YUV 211.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 198 245 72 0.19 0 0.71 0.04 76.3 0.9 0.62
Hex C6 F5 48 13 0 47 4 4C 5A 3E
Octal 306 365 110 23 0 107 4 114 132 76
Binary 11000110 11110101 1001000 10011 0 1000111 100 1001100 1011010 111110

Color Harmonies of #C6F548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F548

Black with #C6F548

Text Example


Text Example

White with #C6F548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F548; }

 p { color: rgb(198,245,72); }

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

background-color css

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

 a { background-color: rgb(198,245,72); }

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

border-color css

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

 span { border-color: rgb(198,245,72); }

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