Html Css Color HEX #69DD2B Kelly Green

📋 copy color: '#69DD2B'

red 105 ◦ green 221 ◦ blue 43

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

Shades of Kelly Green #69DD2B

Tints of Kelly Green #69DD2B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.89%

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 28.46%
G = 59.89%
B = 11.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#69DD2B (or 0x69DD2B) is known color: Kelly Green. HEX triplet: 69, DD and 2B. RGB value is (105,221,43). Sum of RGB (Red+Green+Blue) = 105+221+43=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD2B is #9622D4. Grayscale: #A6A6A6. Windows color (decimal): -9839317 or 2874729. OLE color: 2874729.

HSL color Cylindrical-coordinate representation of color #69DD2B: hue angle of 99.1º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69DD2B is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 43 -
CMYK 0.52 0 0.81 0.13
HSL 99.1º 0.72% 0.52% -
HSV(B) 99.1º 0.81% 0.87% -
XYZ 32.12 54.89 11.19 -
YUV 166.02 58.57 84.47 -
System Red Green Blue C M Y K H S L
Decimal 105 221 43 0.52 0 0.81 0.13 99.1 0.72 0.52
Hex 69 DD 2B 34 0 51 D 63 48 34
Octal 151 335 53 64 0 121 15 143 110 64
Binary 1101001 11011101 101011 110100 0 1010001 1101 1100011 1001000 110100

Color Harmonies of #69DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD2B

Black with #69DD2B

Text Example


Text Example

White with #69DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,221,43); }

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

background-color css

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

 a { background-color: rgb(105,221,43); }

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

border-color css

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

 span { border-color: rgb(105,221,43); }

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