Html Css Color HEX #6BC912 Christi

📋 copy color: '#6BC912'

red 107 ◦ green 201 ◦ blue 18

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

Shades of Christi #6BC912

Tints of Christi #6BC912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 32.82%
G = 61.66%
B = 5.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#6BC912 (or 0x6BC912) is known color: Christi. HEX triplet: 6B, C9 and 12. RGB value is (107,201,18). Sum of RGB (Red+Green+Blue) = 107+201+18=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC912 is #9436ED. Grayscale: #989898. Windows color (decimal): -9713390 or 1231211. OLE color: 1231211.

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

Color convert

RGB 107 201 18 -
CMYK 0.47 0 0.91 0.21
HSL 90.82º 0.84% 0.43% -
HSV(B) 90.82º 0.91% 0.79% -
XYZ 27.06 44.94 7.82 -
YUV 152.03 52.36 95.88 -
System Red Green Blue C M Y K H S L
Decimal 107 201 18 0.47 0 0.91 0.21 90.82 0.84 0.43
Hex 6B C9 12 2F 0 5B 15 5B 54 2B
Octal 153 311 22 57 0 133 25 133 124 53
Binary 1101011 11001001 10010 101111 0 1011011 10101 1011011 1010100 101011

Color Harmonies of #6BC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC912

Black with #6BC912

Text Example


Text Example

White with #6BC912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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