Html Css Color HEX #69CA20 Kelly Green

📋 copy color: '#69CA20'

red 105 ◦ green 202 ◦ blue 32

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

Shades of Kelly Green #69CA20

Tints of Kelly Green #69CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.59%

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 30.97%
G = 59.59%
B = 9.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#69CA20 (or 0x69CA20) is known color: Kelly Green. HEX triplet: 69, CA and 20. RGB value is (105,202,32). Sum of RGB (Red+Green+Blue) = 105+202+32=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA20 is #9635DF. Grayscale: #9A9A9A. Windows color (decimal): -9844192 or 2148969. OLE color: 2148969.

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

Color convert

RGB 105 202 32 -
CMYK 0.48 0 0.84 0.21
HSL 94.24º 0.73% 0.46% -
HSV(B) 94.24º 0.84% 0.79% -
XYZ 27.21 45.35 8.69 -
YUV 153.62 59.36 93.32 -
System Red Green Blue C M Y K H S L
Decimal 105 202 32 0.48 0 0.84 0.21 94.24 0.73 0.46
Hex 69 CA 20 30 0 54 15 5E 49 2E
Octal 151 312 40 60 0 124 25 136 111 56
Binary 1101001 11001010 100000 110000 0 1010100 10101 1011110 1001001 101110

Color Harmonies of #69CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA20

Black with #69CA20

Text Example


Text Example

White with #69CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,202,32); }

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

background-color css

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

 a { background-color: rgb(105,202,32); }

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

border-color css

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

 span { border-color: rgb(105,202,32); }

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