Html Css Color HEX #6BBC14 Christi

📋 copy color: '#6BBC14'

red 107 ◦ green 188 ◦ blue 20

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

Shades of Christi #6BBC14

Tints of Christi #6BBC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.68%

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

R = 33.97%
G = 59.68%
B = 6.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#6BBC14 (or 0x6BBC14) is known color: Christi. HEX triplet: 6B, BC and 14. RGB value is (107,188,20). Sum of RGB (Red+Green+Blue) = 107+188+20=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBC14 is #9443EB. Grayscale: #919191. Windows color (decimal): -9716716 or 1358955. OLE color: 1358955.

HSL color Cylindrical-coordinate representation of color #6BBC14: hue angle of 88.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BBC14 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 188 20 -
CMYK 0.43 0 0.89 0.26
HSL 88.93º 0.81% 0.41% -
HSV(B) 88.93º 0.89% 0.74% -
XYZ 24.17 39.14 6.94 -
YUV 144.63 57.66 101.16 -
System Red Green Blue C M Y K H S L
Decimal 107 188 20 0.43 0 0.89 0.26 88.93 0.81 0.41
Hex 6B BC 14 2B 0 59 1A 59 51 29
Octal 153 274 24 53 0 131 32 131 121 51
Binary 1101011 10111100 10100 101011 0 1011001 11010 1011001 1010001 101001

Color Harmonies of #6BBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBC14

Black with #6BBC14

Text Example


Text Example

White with #6BBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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