#97CC1D

Color #97CC1D Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #97CC1D

Tints of Yellow Green #97CC1D

Color information

#97CC1D (or 0x97CC1D) is unknown color: approx Yellow Green. HEX triplet: 97, CC and 1D. RGB value is (151,204,29). Sum of RGB (Red+Green+Blue) = 151+204+29=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CC1D is #6833E2. Grayscale: #A8A8A8. Windows color (decimal): -6829027 or 1952919. OLE color: 1952919.

HSL color Cylindrical-coordinate representation of color #97CC1D: hue angle of 78.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97CC1D is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB15120429-
CMYK0.2600.860.2
HSL78.17º75.11%45.69%-
HSV(B)78.17º85.78%80%-
XYZ34.5849.858.96-
YUV168.249.44115.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.32%
GREEN value IS 204 (80.08% from 255) = 53.12%
BLUE value IS 29 (11.72% from 255) = 7.55%
R=39.32%
G=53.12%
B=7.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151204290.2600.860.278.1775.1145.69
Hex97CC1D1A056144e4b2e
Octal227314353201262411611356
Binary10010111110011001110111010010101101010010011101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97CC1D; }

 p { color: rgb(151,204,29); }

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

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

 a { background-color: rgb(151,204,29); }

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

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

 span { border-color: rgb(151,204,29); }

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