Html Css Color HEX #6DBF00 Christi

📋 copy color: '#6DBF00'

red 109 ◦ green 191 ◦ blue 0

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

Shades of Christi #6DBF00

Tints of Christi #6DBF00

RGB

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

 GREEN value IS 191 (75% from 255) = 63.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.33%
G = 63.67%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#6DBF00 (or 0x6DBF00) is known color: Christi. HEX triplet: 6D, BF and 00. RGB value is (109,191,0). Sum of RGB (Red+Green+Blue) = 109+191+0=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBF00 is #9240FF. Grayscale: #919191. Windows color (decimal): -9584896 or 49005. OLE color: 49005.

HSL color Cylindrical-coordinate representation of color #6DBF00: hue angle of 85.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DBF00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 191 0 -
CMYK 0.43 0 1 0.25
HSL 85.76º 1% 0.37% -
HSV(B) 85.76º 1% 0.75% -
XYZ 24.94 40.51 6.51 -
YUV 144.71 46.33 102.53 -
System Red Green Blue C M Y K H S L
Decimal 109 191 0 0.43 0 1 0.25 85.76 1 0.37
Hex 6D BF 0 2B 0 64 19 56 64 25
Octal 155 277 0 53 0 144 31 126 144 45
Binary 1101101 10111111 0 101011 0 1100100 11001 1010110 1100100 100101

Color Harmonies of #6DBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBF00

Black with #6DBF00

Text Example


Text Example

White with #6DBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,191,0); }

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

background-color css

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

 a { background-color: rgb(109,191,0); }

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

border-color css

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

 span { border-color: rgb(109,191,0); }

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