#69CD70

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

Shades of Pastel Green #69CD70

Tints of Pastel Green #69CD70

Color information

#69CD70 (or 0x69CD70) is unknown color: approx Pastel Green. HEX triplet: 69, CD and 70. RGB value is (105,205,112). Sum of RGB (Red+Green+Blue) = 105+205+112=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #69CD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CD70 is #96328F. Grayscale: #A4A4A4. Windows color (decimal): -9843344 or 7392617. OLE color: 7392617.

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

Color convert

RGB105205112-
CMYK0.4900.450.20
HSL124.2º50%60.78%-
HSV(B)124.2º48.78%80.39%-
XYZ30.5847.8422.95-
YUV164.598.3785.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=24.88%
G=48.58%
B=26.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051120.4900.450.20124.25060.78
Hex69CD703102D147c323d
Octal15131516061055241746275
Binary11010011100110111100001100010101101101001111100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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