Html Css Color HEX #6BC714 Christi

📋 copy color: '#6BC714'

red 107 ◦ green 199 ◦ blue 20

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

Shades of Christi #6BC714

Tints of Christi #6BC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 61.04%

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

R = 32.82%
G = 61.04%
B = 6.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#6BC714 (or 0x6BC714) is known color: Christi. HEX triplet: 6B, C7 and 14. RGB value is (107,199,20). Sum of RGB (Red+Green+Blue) = 107+199+20=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC714 is #9438EB. Grayscale: #979797. Windows color (decimal): -9713900 or 1361771. OLE color: 1361771.

HSL color Cylindrical-coordinate representation of color #6BC714: hue angle of 90.84º 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 #6BC714 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 199 20 -
CMYK 0.46 0 0.90 0.22
HSL 90.84º 0.82% 0.43% -
HSV(B) 90.84º 0.9% 0.78% -
XYZ 26.61 44.02 7.76 -
YUV 151.09 54.02 96.55 -
System Red Green Blue C M Y K H S L
Decimal 107 199 20 0.46 0 0.90 0.22 90.84 0.82 0.43
Hex 6B C7 14 2E 0 5A 16 5B 52 2B
Octal 153 307 24 56 0 132 26 133 122 53
Binary 1101011 11000111 10100 101110 0 1011010 10110 1011011 1010010 101011

Color Harmonies of #6BC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC714

Black with #6BC714

Text Example


Text Example

White with #6BC714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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