Html Css Color HEX #6CD312 Kelly Green

📋 copy color: '#6CD312'

red 108 ◦ green 211 ◦ blue 18

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

Shades of Kelly Green #6CD312

Tints of Kelly Green #6CD312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.61%

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 32.05%
G = 62.61%
B = 5.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#6CD312 (or 0x6CD312) is known color: Kelly Green. HEX triplet: 6C, D3 and 12. RGB value is (108,211,18). Sum of RGB (Red+Green+Blue) = 108+211+18=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD312 is #932CED. Grayscale: #9E9E9E. Windows color (decimal): -9645294 or 1233772. OLE color: 1233772.

HSL color Cylindrical-coordinate representation of color #6CD312: hue angle of 92.02º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CD312 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 108 211 18 -
CMYK 0.49 0 0.91 0.17
HSL 92.02º 0.84% 0.45% -
HSV(B) 92.02º 0.91% 0.83% -
XYZ 29.59 49.82 8.63 -
YUV 158.2 48.88 92.19 -
System Red Green Blue C M Y K H S L
Decimal 108 211 18 0.49 0 0.91 0.17 92.02 0.84 0.45
Hex 6C D3 12 31 0 5B 11 5C 54 2D
Octal 154 323 22 61 0 133 21 134 124 55
Binary 1101100 11010011 10010 110001 0 1011011 10001 1011100 1010100 101101

Color Harmonies of #6CD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD312

Black with #6CD312

Text Example


Text Example

White with #6CD312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,211,18); }

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

background-color css

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

 a { background-color: rgb(108,211,18); }

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

border-color css

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

 span { border-color: rgb(108,211,18); }

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