Html Css Color HEX #6FD314 Christi

📋 copy color: '#6FD314'

red 111 ◦ green 211 ◦ blue 20

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

Shades of Christi #6FD314

Tints of Christi #6FD314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 61.7%

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

R = 32.46%
G = 61.7%
B = 5.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#6FD314 (or 0x6FD314) is known color: Christi. HEX triplet: 6F, D3 and 14. RGB value is (111,211,20). Sum of RGB (Red+Green+Blue) = 111+211+20=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD314 is #902CEB. Grayscale: #9F9F9F. Windows color (decimal): -9448684 or 1364847. OLE color: 1364847.

HSL color Cylindrical-coordinate representation of color #6FD314: hue angle of 91.41º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FD314 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 111 211 20 -
CMYK 0.47 0 0.91 0.17
HSL 91.41º 0.83% 0.45% -
HSV(B) 91.41º 0.91% 0.83% -
XYZ 29.98 50.02 8.74 -
YUV 159.33 49.37 93.53 -
System Red Green Blue C M Y K H S L
Decimal 111 211 20 0.47 0 0.91 0.17 91.41 0.83 0.45
Hex 6F D3 14 2F 0 5B 11 5B 53 2D
Octal 157 323 24 57 0 133 21 133 123 55
Binary 1101111 11010011 10100 101111 0 1011011 10001 1011011 1010011 101101

Color Harmonies of #6FD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD314

Black with #6FD314

Text Example


Text Example

White with #6FD314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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