Html Css Color HEX #6BC914 Christi

📋 copy color: '#6BC914'

red 107 ◦ green 201 ◦ blue 20

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

Shades of Christi #6BC914

Tints of Christi #6BC914

RGB

 RED value IS 107 (42.19% from 255) = 32.62%

 GREEN value IS 201 (78.91% from 255) = 61.28%

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

R = 32.62%
G = 61.28%
B = 6.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#6BC914 (or 0x6BC914) is known color: Christi. HEX triplet: 6B, C9 and 14. RGB value is (107,201,20). Sum of RGB (Red+Green+Blue) = 107+201+20=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC914 is #9436EB. Grayscale: #989898. Windows color (decimal): -9713388 or 1362283. OLE color: 1362283.

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

Color convert

RGB 107 201 20 -
CMYK 0.47 0 0.90 0.21
HSL 91.16º 0.82% 0.43% -
HSV(B) 91.16º 0.9% 0.79% -
XYZ 27.08 44.95 7.91 -
YUV 152.26 53.36 95.72 -
System Red Green Blue C M Y K H S L
Decimal 107 201 20 0.47 0 0.90 0.21 91.16 0.82 0.43
Hex 6B C9 14 2F 0 5A 15 5B 52 2B
Octal 153 311 24 57 0 132 25 133 122 53
Binary 1101011 11001001 10100 101111 0 1011010 10101 1011011 1010010 101011

Color Harmonies of #6BC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC914

Black with #6BC914

Text Example


Text Example

White with #6BC914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,201,20); }

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

background-color css

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

 a { background-color: rgb(107,201,20); }

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

border-color css

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

 span { border-color: rgb(107,201,20); }

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