#69CD60

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

Shades of Fern #69CD60

Tints of Fern #69CD60

Color information

#69CD60 (or 0x69CD60) is unknown color: approx Fern. HEX triplet: 69, CD and 60. RGB value is (105,205,96). Sum of RGB (Red+Green+Blue) = 105+205+96=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #69CD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CD60 is #96329F. Grayscale: #A3A3A3. Windows color (decimal): -9843360 or 6344041. OLE color: 6344041.

HSL color Cylindrical-coordinate representation of color #69CD60: hue angle of 115.05º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69CD60 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB10520596-
CMYK0.4900.530.20
HSL115.05º52.15%59.02%-
HSV(B)115.05º53.17%80.39%-
XYZ29.7747.5118.67-
YUV162.6790.3786.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 205 (80.47% from 255) = 50.49%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=25.86%
G=50.49%
B=23.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105205960.4900.530.20115.0552.1559.02
Hex69CD60310351473343b
Octal15131514061065241636473
Binary11010011100110111000001100010110101101001110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,205,96); }

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

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

 a { background-color: rgb(105,205,96); }

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

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

 span { border-color: rgb(105,205,96); }

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