Html Css Color HEX #69D610 Kelly Green

📋 copy color: '#69D610'

red 105 ◦ green 214 ◦ blue 16

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

Shades of Kelly Green #69D610

Tints of Kelly Green #69D610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.88%

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

R = 31.34%
G = 63.88%
B = 4.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#69D610 (or 0x69D610) is known color: Kelly Green. HEX triplet: 69, D6 and 10. RGB value is (105,214,16). Sum of RGB (Red+Green+Blue) = 105+214+16=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #69D610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D610 is #9629EF. Grayscale: #9F9F9F. Windows color (decimal): -9841136 or 1103465. OLE color: 1103465.

HSL color Cylindrical-coordinate representation of color #69D610: hue angle of 93.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69D610 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 214 16 -
CMYK 0.51 0 0.93 0.16
HSL 93.03º 0.86% 0.45% -
HSV(B) 93.03º 0.93% 0.84% -
XYZ 29.97 51.13 8.78 -
YUV 158.84 47.39 89.6 -
System Red Green Blue C M Y K H S L
Decimal 105 214 16 0.51 0 0.93 0.16 93.03 0.86 0.45
Hex 69 D6 10 33 0 5D 10 5D 56 2D
Octal 151 326 20 63 0 135 20 135 126 55
Binary 1101001 11010110 10000 110011 0 1011101 10000 1011101 1010110 101101

Color Harmonies of #69D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D610

Black with #69D610

Text Example


Text Example

White with #69D610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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