Html Css Color HEX #69D310 Kelly Green

📋 copy color: '#69D310'

red 105 ◦ green 211 ◦ blue 16

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

Shades of Kelly Green #69D310

Tints of Kelly Green #69D310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 63.55%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 31.63%
G = 63.55%
B = 4.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#69D310 (or 0x69D310) is known color: Kelly Green. HEX triplet: 69, D3 and 10. RGB value is (105,211,16). Sum of RGB (Red+Green+Blue) = 105+211+16=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #69D310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D310 is #962CEF. Grayscale: #9D9D9D. Windows color (decimal): -9841904 or 1102697. OLE color: 1102697.

HSL color Cylindrical-coordinate representation of color #69D310: hue angle of 92.62º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69D310 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 211 16 -
CMYK 0.50 0 0.92 0.17
HSL 92.62º 0.86% 0.45% -
HSV(B) 92.62º 0.92% 0.83% -
XYZ 29.21 49.63 8.53 -
YUV 157.08 48.38 90.86 -
System Red Green Blue C M Y K H S L
Decimal 105 211 16 0.50 0 0.92 0.17 92.62 0.86 0.45
Hex 69 D3 10 32 0 5C 11 5D 56 2D
Octal 151 323 20 62 0 134 21 135 126 55
Binary 1101001 11010011 10000 110010 0 1011100 10001 1011101 1010110 101101

Color Harmonies of #69D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D310

Black with #69D310

Text Example


Text Example

White with #69D310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,211,16); }

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

background-color css

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

 a { background-color: rgb(105,211,16); }

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

border-color css

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

 span { border-color: rgb(105,211,16); }

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