#CCFD4E

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

Shades of Conifer #CCFD4E

Tints of Conifer #CCFD4E

Color information

#CCFD4E (or 0xCCFD4E) is unknown color: approx Conifer. HEX triplet: CC, FD and 4E. RGB value is (204,253,78). Sum of RGB (Red+Green+Blue) = 204+253+78=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD4E is #3302B1. Grayscale: #DBDBDB. Windows color (decimal): -3343026 or 5176780. OLE color: 5176780.

HSL color Cylindrical-coordinate representation of color #CCFD4E: hue angle of 76.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCFD4E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB20425378-
CMYK0.1900.690.01
HSL76.8º97.77%64.9%-
HSV(B)76.8º69.17%99.22%-
XYZ61.483.6420.12-
YUV218.448.77117.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 78 (30.86% from 255) = 14.58%
R=38.13%
G=47.29%
B=14.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204253780.1900.690.0176.897.7764.9
HexCCFD4E1304514d6241
Octal3143751162301051115142101
Binary1100110011111101100111010011010001011100110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD4E; }

 p { color: rgb(204,253,78); }

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

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

 a { background-color: rgb(204,253,78); }

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

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

 span { border-color: rgb(204,253,78); }

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