Html Css Color HEX #69D521 Kelly Green

📋 copy color: '#69D521'

red 105 ◦ green 213 ◦ blue 33

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

Shades of Kelly Green #69D521

Tints of Kelly Green #69D521

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.68%

 BLUE value IS 33 (13.28% from 255) = 9.4%

R = 29.91%
G = 60.68%
B = 9.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#69D521 (or 0x69D521) is known color: Kelly Green. HEX triplet: 69, D5 and 21. RGB value is (105,213,33). Sum of RGB (Red+Green+Blue) = 105+213+33=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #69D521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D521 is #962ADE. Grayscale: #A0A0A0. Windows color (decimal): -9841375 or 2217321. OLE color: 2217321.

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

Color convert

RGB 105 213 33 -
CMYK 0.51 0 0.85 0.16
HSL 96º 0.73% 0.48% -
HSV(B) 96º 0.85% 0.84% -
XYZ 29.89 50.7 9.65 -
YUV 160.19 56.22 88.64 -
System Red Green Blue C M Y K H S L
Decimal 105 213 33 0.51 0 0.85 0.16 96 0.73 0.48
Hex 69 D5 21 33 0 55 10 60 49 30
Octal 151 325 41 63 0 125 20 140 111 60
Binary 1101001 11010101 100001 110011 0 1010101 10000 1100000 1001001 110000

Color Harmonies of #69D521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D521

Black with #69D521

Text Example


Text Example

White with #69D521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,213,33); }

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

background-color css

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

 a { background-color: rgb(105,213,33); }

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

border-color css

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

 span { border-color: rgb(105,213,33); }

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