#67CD00

Color #67CD00 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #67CD00

Tints of Kelly Green #67CD00

Color information

#67CD00 (or 0x67CD00) is unknown color: approx Kelly Green. HEX triplet: 67, CD and 00. RGB value is (103,205,0). Sum of RGB (Red+Green+Blue) = 103+205+0=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 205 (80.47% from 255 or 66.56% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 205 - color contains mainly: green. Hex color #67CD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67CD00 is #9832FF. Grayscale: #979797. Windows color (decimal): -9974528 or 52583. OLE color: 52583.

HSL color Cylindrical-coordinate representation of color #67CD00: hue angle of 89.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67CD00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB1032050-
CMYK0.50010.20
HSL89.85º100%40.2%-
HSV(B)89.85º100%80.39%-
XYZ27.4246.557.54-
YUV151.1342.7193.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 66.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.44%
G=66.56%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10320500.50010.2089.8510040.2
Hex67CD032064145a6428
Octal14731506201442413214450
Binary1100111110011010110010011001001010010110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67CD00; }

 p { color: rgb(103,205,0); }

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

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

 a { background-color: rgb(103,205,0); }

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

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

 span { border-color: rgb(103,205,0); }

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