#69E071

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

Shades of Pastel Green #69E071

Tints of Pastel Green #69E071

Color information

#69E071 (or 0x69E071) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 71. RGB value is (105,224,113). Sum of RGB (Red+Green+Blue) = 105+224+113=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #69E071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E071 is #961F8E. Grayscale: #B0B0B0. Windows color (decimal): -9838479 or 7463017. OLE color: 7463017.

HSL color Cylindrical-coordinate representation of color #69E071: hue angle of 124.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E071 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB105224113-
CMYK0.5300.500.12
HSL124.03º65.75%64.51%-
HSV(B)124.03º53.12%87.84%-
XYZ35.4657.5124.85-
YUV175.7692.5877.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 224 (87.89% from 255) = 50.68%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=23.76%
G=50.68%
B=25.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241130.5300.500.12124.0365.7564.51
Hex69E07135032C7c4241
Octal1513401616506214174102101
Binary110100111100000111000111010101100101100111110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,113); }

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

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

 a { background-color: rgb(105,224,113); }

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

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

 span { border-color: rgb(105,224,113); }

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