Html Css Color HEX #69DF60 Pastel Green

📋 copy color: '#69DF60'

red 105 ◦ green 223 ◦ blue 96

#69DF60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #69DF60

Tints of Pastel Green #69DF60

RGB

 RED value IS 105 (41.41% from 255) = 24.76%

 GREEN value IS 223 (87.5% from 255) = 52.59%

 BLUE value IS 96 (37.89% from 255) = 22.64%

R = 24.76%
G = 52.59%
B = 22.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#69DF60 (or 0x69DF60) is known color: Pastel Green. HEX triplet: 69, DF and 60. RGB value is (105,223,96). Sum of RGB (Red+Green+Blue) = 105+223+96=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DF60 is #96209F. Grayscale: #ADADAD. Windows color (decimal): -9838752 or 6348649. OLE color: 6348649.

HSL color Cylindrical-coordinate representation of color #69DF60: hue angle of 115.75º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69DF60 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 223 96 -
CMYK 0.53 0 0.57 0.13
HSL 115.75º 0.66% 0.63% -
HSV(B) 115.75º 0.57% 0.87% -
XYZ 34.32 56.62 20.19 -
YUV 173.24 84.41 79.33 -
System Red Green Blue C M Y K H S L
Decimal 105 223 96 0.53 0 0.57 0.13 115.75 0.66 0.63
Hex 69 DF 60 35 0 39 D 74 42 3F
Octal 151 337 140 65 0 71 15 164 102 77
Binary 1101001 11011111 1100000 110101 0 111001 1101 1110100 1000010 111111

Color Harmonies of #69DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DF60

Black with #69DF60

Text Example


Text Example

White with #69DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69DF60;
 }
 .AnyTagClassName
 {
   color: #69DF60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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