Html Css Color HEX #6CCD14 Christi

📋 copy color: '#6CCD14'

red 108 ◦ green 205 ◦ blue 20

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

Shades of Christi #6CCD14

Tints of Christi #6CCD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.56%

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

R = 32.43%
G = 61.56%
B = 6.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#6CCD14 (or 0x6CCD14) is known color: Christi. HEX triplet: 6C, CD and 14. RGB value is (108,205,20). Sum of RGB (Red+Green+Blue) = 108+205+20=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCD14 is #9332EB. Grayscale: #9B9B9B. Windows color (decimal): -9646828 or 1363308. OLE color: 1363308.

HSL color Cylindrical-coordinate representation of color #6CCD14: hue angle of 91.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CCD14 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 20 -
CMYK 0.47 0 0.90 0.20
HSL 91.46º 0.82% 0.44% -
HSV(B) 91.46º 0.9% 0.8% -
XYZ 28.14 46.9 8.23 -
YUV 154.91 51.86 94.54 -
System Red Green Blue C M Y K H S L
Decimal 108 205 20 0.47 0 0.90 0.20 91.46 0.82 0.44
Hex 6C CD 14 2F 0 5A 14 5B 52 2C
Octal 154 315 24 57 0 132 24 133 122 54
Binary 1101100 11001101 10100 101111 0 1011010 10100 1011011 1010010 101100

Color Harmonies of #6CCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCD14

Black with #6CCD14

Text Example


Text Example

White with #6CCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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