Html Css Color HEX #6BC814 Christi

📋 copy color: '#6BC814'

red 107 ◦ green 200 ◦ blue 20

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

Shades of Christi #6BC814

Tints of Christi #6BC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.16%

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

R = 32.72%
G = 61.16%
B = 6.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#6BC814 (or 0x6BC814) is known color: Christi. HEX triplet: 6B, C8 and 14. RGB value is (107,200,20). Sum of RGB (Red+Green+Blue) = 107+200+20=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC814 is #9437EB. Grayscale: #989898. Windows color (decimal): -9713644 or 1362027. OLE color: 1362027.

HSL color Cylindrical-coordinate representation of color #6BC814: hue angle of 91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BC814 is Cyan = 0.46, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 200 20 -
CMYK 0.46 0 0.9 0.22
HSL 91º 0.82% 0.43% -
HSV(B) 91º 0.9% 0.78% -
XYZ 26.84 44.48 7.83 -
YUV 151.67 53.69 96.14 -
System Red Green Blue C M Y K H S L
Decimal 107 200 20 0.46 0 0.9 0.22 91 0.82 0.43
Hex 6B C8 14 2E 0 5A 16 5B 52 2B
Octal 153 310 24 56 0 132 26 133 122 53
Binary 1101011 11001000 10100 101110 0 1011010 10110 1011011 1010010 101011

Color Harmonies of #6BC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC814

Black with #6BC814

Text Example


Text Example

White with #6BC814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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