Html Css Color HEX #69D812 Kelly Green

📋 copy color: '#69D812'

red 105 ◦ green 216 ◦ blue 18

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

Shades of Kelly Green #69D812

Tints of Kelly Green #69D812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.72%

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 30.97%
G = 63.72%
B = 5.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#69D812 (or 0x69D812) is known color: Kelly Green. HEX triplet: 69, D8 and 12. RGB value is (105,216,18). Sum of RGB (Red+Green+Blue) = 105+216+18=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #69D812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D812 is #9627ED. Grayscale: #A0A0A0. Windows color (decimal): -9840622 or 1235049. OLE color: 1235049.

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

Color convert

RGB 105 216 18 -
CMYK 0.51 0 0.92 0.15
HSL 93.64º 0.85% 0.46% -
HSV(B) 93.64º 0.92% 0.85% -
XYZ 30.49 52.16 9.03 -
YUV 160.24 47.73 88.6 -
System Red Green Blue C M Y K H S L
Decimal 105 216 18 0.51 0 0.92 0.15 93.64 0.85 0.46
Hex 69 D8 12 33 0 5C F 5E 55 2E
Octal 151 330 22 63 0 134 17 136 125 56
Binary 1101001 11011000 10010 110011 0 1011100 1111 1011110 1010101 101110

Color Harmonies of #69D812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D812

Black with #69D812

Text Example


Text Example

White with #69D812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,216,18); }

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

background-color css

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

 a { background-color: rgb(105,216,18); }

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

border-color css

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

 span { border-color: rgb(105,216,18); }

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