#C9F056

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

Shades of Conifer #C9F056

Tints of Conifer #C9F056

Color information

#C9F056 (or 0xC9F056) is unknown color: approx Conifer. HEX triplet: C9, F0 and 56. RGB value is (201,240,86). Sum of RGB (Red+Green+Blue) = 201+240+86=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F056 is #360FA9. Grayscale: #D3D3D3. Windows color (decimal): -3542954 or 5697737. OLE color: 5697737.

HSL color Cylindrical-coordinate representation of color #C9F056: hue angle of 75.19º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9F056 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB20124086-
CMYK0.1600.640.06
HSL75.19º83.7%63.92%-
HSV(B)75.19º64.17%94.12%-
XYZ56.9375.4120.36-
YUV210.7857.58121.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 240 (94.14% from 255) = 45.54%
BLUE value IS 86 (33.98% from 255) = 16.32%
R=38.14%
G=45.54%
B=16.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201240860.1600.640.0675.1983.763.92
HexC9F0561004064b5440
Octal3113601262001006113124100
Binary110010011111000010101101000001000000110100101110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F056; }

 p { color: rgb(201,240,86); }

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

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

 a { background-color: rgb(201,240,86); }

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

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

 span { border-color: rgb(201,240,86); }

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