Html Css Color HEX #6CCD15 Christi

📋 copy color: '#6CCD15'

red 108 ◦ green 205 ◦ blue 21

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

Shades of Christi #6CCD15

Tints of Christi #6CCD15

RGB

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

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

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

R = 32.34%
G = 61.38%
B = 6.29%

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

#6CCD15 (or 0x6CCD15) is known color: Christi. HEX triplet: 6C, CD and 15. RGB value is (108,205,21). Sum of RGB (Red+Green+Blue) = 108+205+21=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 205 (80.47% from 255 or 61.38% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCD15 is #9332EA. Grayscale: #9B9B9B. Windows color (decimal): -9646827 or 1428844. OLE color: 1428844.

HSL color Cylindrical-coordinate representation of color #6CCD15: hue angle of 91.63º degrees, saturation: 0.81, 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 #6CCD15 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 21 -
CMYK 0.47 0 0.90 0.20
HSL 91.63º 0.81% 0.44% -
HSV(B) 91.63º 0.9% 0.8% -
XYZ 28.15 46.9 8.28 -
YUV 155.02 52.36 94.46 -
System Red Green Blue C M Y K H S L
Decimal 108 205 21 0.47 0 0.90 0.20 91.63 0.81 0.44
Hex 6C CD 15 2F 0 5A 14 5C 51 2C
Octal 154 315 25 57 0 132 24 134 121 54
Binary 1101100 11001101 10101 101111 0 1011010 10100 1011100 1010001 101100

Color Harmonies of #6CCD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCD15

Black with #6CCD15

Text Example


Text Example

White with #6CCD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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