#69C825

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

Shades of Kelly Green #69C825

Tints of Kelly Green #69C825

Color information

#69C825 (or 0x69C825) is unknown color: approx Kelly Green. HEX triplet: 69, C8 and 25. RGB value is (105,200,37). Sum of RGB (Red+Green+Blue) = 105+200+37=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #69C825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C825 is #9637DA. Grayscale: #999999. Windows color (decimal): -9844699 or 2476137. OLE color: 2476137.

HSL color Cylindrical-coordinate representation of color #69C825: hue angle of 94.97º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69C825 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB10520037-
CMYK0.4800.820.22
HSL94.97º68.78%46.47%-
HSV(B)94.97º81.5%78.43%-
XYZ26.8144.458.92-
YUV153.0162.5393.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 200 (78.52% from 255) = 58.48%
BLUE value IS 37 (14.84% from 255) = 10.82%
R=30.70%
G=58.48%
B=10.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105200370.4800.820.2294.9768.7846.47
Hex69C82530052165f452e
Octal151310456001222613710556
Binary110100111001000100101110000010100101011010111111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C825; }

 p { color: rgb(105,200,37); }

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

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

 a { background-color: rgb(105,200,37); }

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

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

 span { border-color: rgb(105,200,37); }

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