Html Css Color HEX #6DCC13 Christi

📋 copy color: '#6DCC13'

red 109 ◦ green 204 ◦ blue 19

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

Shades of Christi #6DCC13

Tints of Christi #6DCC13

RGB

 RED value IS 109 (42.97% from 255) = 32.83%

 GREEN value IS 204 (80.08% from 255) = 61.45%

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 32.83%
G = 61.45%
B = 5.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#6DCC13 (or 0x6DCC13) is known color: Christi. HEX triplet: 6D, CC and 13. RGB value is (109,204,19). Sum of RGB (Red+Green+Blue) = 109+204+19=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCC13 is #9233EC. Grayscale: #9B9B9B. Windows color (decimal): -9581549 or 1297517. OLE color: 1297517.

HSL color Cylindrical-coordinate representation of color #6DCC13: hue angle of 90.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DCC13 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 204 19 -
CMYK 0.47 0 0.91 0.2
HSL 90.81º 0.83% 0.44% -
HSV(B) 90.81º 0.91% 0.8% -
XYZ 28.02 46.48 8.11 -
YUV 154.51 51.53 95.54 -
System Red Green Blue C M Y K H S L
Decimal 109 204 19 0.47 0 0.91 0.2 90.81 0.83 0.44
Hex 6D CC 13 2F 0 5B 14 5B 53 2C
Octal 155 314 23 57 0 133 24 133 123 54
Binary 1101101 11001100 10011 101111 0 1011011 10100 1011011 1010011 101100

Color Harmonies of #6DCC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCC13

Black with #6DCC13

Text Example


Text Example

White with #6DCC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,204,19); }

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

background-color css

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

 a { background-color: rgb(109,204,19); }

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

border-color css

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

 span { border-color: rgb(109,204,19); }

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