Html Css Color HEX #6DB40F Christi

📋 copy color: '#6DB40F'

red 109 ◦ green 180 ◦ blue 15

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

Shades of Christi #6DB40F

Tints of Christi #6DB40F

RGB

 RED value IS 109 (42.97% from 255) = 35.86%

 GREEN value IS 180 (70.7% from 255) = 59.21%

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 35.86%
G = 59.21%
B = 4.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#6DB40F (or 0x6DB40F) is known color: Christi. HEX triplet: 6D, B4 and 0F. RGB value is (109,180,15). Sum of RGB (Red+Green+Blue) = 109+180+15=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB40F is #924BF0. Grayscale: #8C8C8C. Windows color (decimal): -9587697 or 1029229. OLE color: 1029229.

HSL color Cylindrical-coordinate representation of color #6DB40F: hue angle of 85.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DB40F is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 15 -
CMYK 0.39 0 0.92 0.29
HSL 85.82º 0.85% 0.38% -
HSV(B) 85.82º 0.92% 0.71% -
XYZ 22.71 35.93 6.19 -
YUV 139.96 57.48 105.92 -
System Red Green Blue C M Y K H S L
Decimal 109 180 15 0.39 0 0.92 0.29 85.82 0.85 0.38
Hex 6D B4 F 27 0 5C 1D 56 55 26
Octal 155 264 17 47 0 134 35 126 125 46
Binary 1101101 10110100 1111 100111 0 1011100 11101 1010110 1010101 100110

Color Harmonies of #6DB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB40F

Black with #6DB40F

Text Example


Text Example

White with #6DB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DB40F; }

 p { color: rgb(109,180,15); }

 H1.HeaderClassName
 {
   color: #6DB40F;
 }
 .AnyTagClassName
 {
   color: #6DB40F;
 }
</style>

background-color css

<style>
 a { background-color: #6DB40F; }

 a { background-color: rgb(109,180,15); }

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

border-color css

<style>
 span { border-color: #6DB40F; }

 span { border-color: rgb(109,180,15); }

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