Html Css Color HEX #6DAF01 Christi

📋 copy color: '#6DAF01'

red 109 ◦ green 175 ◦ blue 1

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

Shades of Christi #6DAF01

Tints of Christi #6DAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 61.4%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 38.25%
G = 61.4%
B = 0.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#6DAF01 (or 0x6DAF01) is known color: Christi. HEX triplet: 6D, AF and 01. RGB value is (109,175,1). Sum of RGB (Red+Green+Blue) = 109+175+1=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAF01 is #9250FE. Grayscale: #888888. Windows color (decimal): -9588991 or 110445. OLE color: 110445.

HSL color Cylindrical-coordinate representation of color #6DAF01: hue angle of 82.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DAF01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 175 1 -
CMYK 0.38 0 0.99 0.31
HSL 82.76º 0.99% 0.35% -
HSV(B) 82.76º 0.99% 0.69% -
XYZ 21.64 33.91 5.43 -
YUV 135.43 52.13 109.15 -
System Red Green Blue C M Y K H S L
Decimal 109 175 1 0.38 0 0.99 0.31 82.76 0.99 0.35
Hex 6D AF 1 26 0 63 1F 53 63 23
Octal 155 257 1 46 0 143 37 123 143 43
Binary 1101101 10101111 1 100110 0 1100011 11111 1010011 1100011 100011

Color Harmonies of #6DAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAF01

Black with #6DAF01

Text Example


Text Example

White with #6DAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,175,1); }

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

background-color css

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

 a { background-color: rgb(109,175,1); }

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

border-color css

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

 span { border-color: rgb(109,175,1); }

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