#c8ff55

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

Shades of Conifer #C8FF55

Tints of Conifer #C8FF55

Color information

#C8FF55 (or 0xC8FF55) is unknown color: approx Conifer. HEX triplet: C8, FF and 55. RGB value is (200,255,85). Sum of RGB (Red+Green+Blue) = 200+255+85=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF55 is #3700AA. Grayscale: #DBDBDB. Windows color (decimal): -3604651 or 5636040. OLE color: 5636040.

HSL color Cylindrical-coordinate representation of color #C8FF55: hue angle of 79.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8FF55 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB20025585-
CMYK0.2200.670
HSL79.41º100%66.67%-
HSV(B)79.41º66.67%100%-
XYZ61.2284.4621.67-
YUV219.1852.28114.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.04%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 85 (33.59% from 255) = 15.74%
R=37.04%
G=47.22%
B=15.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal200255850.2200.67079.4110066.67
HexC8FF551604304f6443
Octal3103771252601030117144103
Binary1100100011111111101010110110010000110100111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8ff55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8ff55; }

 p { color: rgb(200,255,85); }

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

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

 a { background-color: rgb(200,255,85); }

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

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

 span { border-color: rgb(200,255,85); }

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