Html Css Color HEX #69D914 Kelly Green

📋 copy color: '#69D914'

red 105 ◦ green 217 ◦ blue 20

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

Shades of Kelly Green #69D914

Tints of Kelly Green #69D914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.45%

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 30.7%
G = 63.45%
B = 5.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#69D914 (or 0x69D914) is known color: Kelly Green. HEX triplet: 69, D9 and 14. RGB value is (105,217,20). Sum of RGB (Red+Green+Blue) = 105+217+20=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #69D914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D914 is #9626EB. Grayscale: #A1A1A1. Windows color (decimal): -9840364 or 1366377. OLE color: 1366377.

HSL color Cylindrical-coordinate representation of color #69D914: hue angle of 94.11º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69D914 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 20 -
CMYK 0.52 0 0.91 0.15
HSL 94.11º 0.83% 0.46% -
HSV(B) 94.11º 0.91% 0.85% -
XYZ 30.76 52.68 9.21 -
YUV 161.05 48.39 88.02 -
System Red Green Blue C M Y K H S L
Decimal 105 217 20 0.52 0 0.91 0.15 94.11 0.83 0.46
Hex 69 D9 14 34 0 5B F 5E 53 2E
Octal 151 331 24 64 0 133 17 136 123 56
Binary 1101001 11011001 10100 110100 0 1011011 1111 1011110 1010011 101110

Color Harmonies of #69D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D914

Black with #69D914

Text Example


Text Example

White with #69D914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,217,20); }

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

background-color css

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

 a { background-color: rgb(105,217,20); }

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

border-color css

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

 span { border-color: rgb(105,217,20); }

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