#C1FD4D

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

Shades of Conifer #C1FD4D

Tints of Conifer #C1FD4D

Color information

#C1FD4D (or 0xC1FD4D) is unknown color: approx Conifer. HEX triplet: C1, FD and 4D. RGB value is (193,253,77). Sum of RGB (Red+Green+Blue) = 193+253+77=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD4D is #3E02B2. Grayscale: #D7D7D7. Windows color (decimal): -4063923 or 5111233. OLE color: 5111233.

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

Color convert

RGB19325377-
CMYK0.2400.700.01
HSL80.45º97.78%64.71%-
HSV(B)80.45º69.57%99.22%-
XYZ58.4682.1219.79-
YUV21550.12112.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 77 (30.47% from 255) = 14.72%
R=36.90%
G=48.37%
B=14.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193253770.2400.700.0180.4597.7864.71
HexC1FD4D180461506241
Octal3013751153001061120142101
Binary1100000111111101100110111000010001101101000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FD4D; }

 p { color: rgb(193,253,77); }

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

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

 a { background-color: rgb(193,253,77); }

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

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

 span { border-color: rgb(193,253,77); }

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