Html Css Color HEX #6BC015 Christi

📋 copy color: '#6BC015'

red 107 ◦ green 192 ◦ blue 21

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

Shades of Christi #6BC015

Tints of Christi #6BC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 33.44%
G = 60%
B = 6.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#6BC015 (or 0x6BC015) is known color: Christi. HEX triplet: 6B, C0 and 15. RGB value is (107,192,21). Sum of RGB (Red+Green+Blue) = 107+192+21=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC015 is #943FEA. Grayscale: #939393. Windows color (decimal): -9715691 or 1425515. OLE color: 1425515.

HSL color Cylindrical-coordinate representation of color #6BC015: hue angle of 89.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BC015 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 192 21 -
CMYK 0.44 0 0.89 0.25
HSL 89.82º 0.8% 0.42% -
HSV(B) 89.82º 0.89% 0.75% -
XYZ 25.05 40.88 7.28 -
YUV 147.09 56.84 99.4 -
System Red Green Blue C M Y K H S L
Decimal 107 192 21 0.44 0 0.89 0.25 89.82 0.8 0.42
Hex 6B C0 15 2C 0 59 19 5A 50 2A
Octal 153 300 25 54 0 131 31 132 120 52
Binary 1101011 11000000 10101 101100 0 1011001 11001 1011010 1010000 101010

Color Harmonies of #6BC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC015

Black with #6BC015

Text Example


Text Example

White with #6BC015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,192,21); }

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

background-color css

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

 a { background-color: rgb(107,192,21); }

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

border-color css

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

 span { border-color: rgb(107,192,21); }

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