Html Css Color HEX #69D41F Kelly Green

📋 copy color: '#69D41F'

red 105 ◦ green 212 ◦ blue 31

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

Shades of Kelly Green #69D41F

Tints of Kelly Green #69D41F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.92%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 30.17%
G = 60.92%
B = 8.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#69D41F (or 0x69D41F) is known color: Kelly Green. HEX triplet: 69, D4 and 1F. RGB value is (105,212,31). Sum of RGB (Red+Green+Blue) = 105+212+31=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #69D41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D41F is #962BE0. Grayscale: #9F9F9F. Windows color (decimal): -9841633 or 2085993. OLE color: 2085993.

HSL color Cylindrical-coordinate representation of color #69D41F: hue angle of 95.47º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69D41F is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 212 31 -
CMYK 0.50 0 0.85 0.17
HSL 95.47º 0.74% 0.48% -
HSV(B) 95.47º 0.85% 0.83% -
XYZ 29.62 50.19 9.42 -
YUV 159.37 55.55 89.22 -
System Red Green Blue C M Y K H S L
Decimal 105 212 31 0.50 0 0.85 0.17 95.47 0.74 0.48
Hex 69 D4 1F 32 0 55 11 5F 4A 30
Octal 151 324 37 62 0 125 21 137 112 60
Binary 1101001 11010100 11111 110010 0 1010101 10001 1011111 1001010 110000

Color Harmonies of #69D41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D41F

Black with #69D41F

Text Example


Text Example

White with #69D41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,212,31); }

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

background-color css

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

 a { background-color: rgb(105,212,31); }

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

border-color css

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

 span { border-color: rgb(105,212,31); }

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