Html Css Color HEX #6CC30D Christi

📋 copy color: '#6CC30D'

red 108 ◦ green 195 ◦ blue 13

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

Shades of Christi #6CC30D

Tints of Christi #6CC30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.71%

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 34.18%
G = 61.71%
B = 4.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#6CC30D (or 0x6CC30D) is known color: Christi. HEX triplet: 6C, C3 and 0D. RGB value is (108,195,13). Sum of RGB (Red+Green+Blue) = 108+195+13=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC30D is #933CF2. Grayscale: #949494. Windows color (decimal): -9649395 or 901996. OLE color: 901996.

HSL color Cylindrical-coordinate representation of color #6CC30D: hue angle of 88.68º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CC30D is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 108 195 13 -
CMYK 0.45 0 0.93 0.24
HSL 88.68º 0.88% 0.41% -
HSV(B) 88.68º 0.93% 0.76% -
XYZ 25.77 42.25 7.18 -
YUV 148.24 51.68 99.3 -
System Red Green Blue C M Y K H S L
Decimal 108 195 13 0.45 0 0.93 0.24 88.68 0.88 0.41
Hex 6C C3 D 2D 0 5D 18 59 58 29
Octal 154 303 15 55 0 135 30 131 130 51
Binary 1101100 11000011 1101 101101 0 1011101 11000 1011001 1011000 101001

Color Harmonies of #6CC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC30D

Black with #6CC30D

Text Example


Text Example

White with #6CC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,195,13); }

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

background-color css

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

 a { background-color: rgb(108,195,13); }

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

border-color css

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

 span { border-color: rgb(108,195,13); }

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