Html Css Color HEX #6FD014 Christi

📋 copy color: '#6FD014'

red 111 ◦ green 208 ◦ blue 20

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

Shades of Christi #6FD014

Tints of Christi #6FD014

RGB

 RED value IS 111 (43.75% from 255) = 32.74%

 GREEN value IS 208 (81.64% from 255) = 61.36%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 32.74%
G = 61.36%
B = 5.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#6FD014 (or 0x6FD014) is known color: Christi. HEX triplet: 6F, D0 and 14. RGB value is (111,208,20). Sum of RGB (Red+Green+Blue) = 111+208+20=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD014 is #902FEB. Grayscale: #9E9E9E. Windows color (decimal): -9449452 or 1364079. OLE color: 1364079.

HSL color Cylindrical-coordinate representation of color #6FD014: hue angle of 90.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FD014 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 208 20 -
CMYK 0.47 0 0.90 0.18
HSL 90.96º 0.82% 0.45% -
HSV(B) 90.96º 0.9% 0.82% -
XYZ 29.24 48.54 8.49 -
YUV 157.57 50.36 94.79 -
System Red Green Blue C M Y K H S L
Decimal 111 208 20 0.47 0 0.90 0.18 90.96 0.82 0.45
Hex 6F D0 14 2F 0 5A 12 5B 52 2D
Octal 157 320 24 57 0 132 22 133 122 55
Binary 1101111 11010000 10100 101111 0 1011010 10010 1011011 1010010 101101

Color Harmonies of #6FD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD014

Black with #6FD014

Text Example


Text Example

White with #6FD014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,208,20); }

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

background-color css

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

 a { background-color: rgb(111,208,20); }

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

border-color css

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

 span { border-color: rgb(111,208,20); }

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