Html Css Color HEX #6CC914 Christi

📋 copy color: '#6CC914'

red 108 ◦ green 201 ◦ blue 20

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

Shades of Christi #6CC914

Tints of Christi #6CC914

RGB

 RED value IS 108 (42.58% from 255) = 32.83%

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

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

R = 32.83%
G = 61.09%
B = 6.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#6CC914 (or 0x6CC914) is known color: Christi. HEX triplet: 6C, C9 and 14. RGB value is (108,201,20). Sum of RGB (Red+Green+Blue) = 108+201+20=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #6CC914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC914 is #9336EB. Grayscale: #999999. Windows color (decimal): -9647852 or 1362284. OLE color: 1362284.

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

Color convert

RGB 108 201 20 -
CMYK 0.46 0 0.90 0.21
HSL 90.83º 0.82% 0.43% -
HSV(B) 90.83º 0.9% 0.79% -
XYZ 27.2 45.01 7.92 -
YUV 152.56 53.19 96.22 -
System Red Green Blue C M Y K H S L
Decimal 108 201 20 0.46 0 0.90 0.21 90.83 0.82 0.43
Hex 6C C9 14 2E 0 5A 15 5B 52 2B
Octal 154 311 24 56 0 132 25 133 122 53
Binary 1101100 11001001 10100 101110 0 1011010 10101 1011011 1010010 101011

Color Harmonies of #6CC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC914

Black with #6CC914

Text Example


Text Example

White with #6CC914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,201,20); }

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

background-color css

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

 a { background-color: rgb(108,201,20); }

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

border-color css

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

 span { border-color: rgb(108,201,20); }

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