#C6F553

Color #C6F553 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C6F553

Tints of Conifer #C6F553

Color information

#C6F553 (or 0xC6F553) is unknown color: approx Conifer. HEX triplet: C6, F5 and 53. RGB value is (198,245,83). Sum of RGB (Red+Green+Blue) = 198+245+83=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F553 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F553 is #390AAC. Grayscale: #D5D5D5. Windows color (decimal): -3738285 or 5502406. OLE color: 5502406.

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

Color convert

RGB19824583-
CMYK0.1900.660.04
HSL77.41º89.01%64.31%-
HSV(B)77.41º66.12%96.08%-
XYZ57.577.9420.2-
YUV212.4854.93117.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 245 (96.09% from 255) = 46.58%
BLUE value IS 83 (32.81% from 255) = 15.78%
R=37.64%
G=46.58%
B=15.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal198245830.1900.660.0477.4189.0164.31
HexC6F5531304244d5940
Octal3063651232301024115131100
Binary110001101111010110100111001101000010100100110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F553; }

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

 H1.HeaderClassName
 {
   color: #C6F553;
 }
 .AnyTagClassName
 {
   color: #C6F553;
 }
</style>
background-color css

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

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

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

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

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

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