Html Css Color HEX #6CDC0F Bright Green

📋 copy color: '#6CDC0F'

red 108 ◦ green 220 ◦ blue 15

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

Shades of Bright Green #6CDC0F

Tints of Bright Green #6CDC0F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.14%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 31.49%
G = 64.14%
B = 4.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#6CDC0F (or 0x6CDC0F) is known color: Bright Green. HEX triplet: 6C, DC and 0F. RGB value is (108,220,15). Sum of RGB (Red+Green+Blue) = 108+220+15=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDC0F is #9323F0. Grayscale: #A3A3A3. Windows color (decimal): -9642993 or 1039468. OLE color: 1039468.

HSL color Cylindrical-coordinate representation of color #6CDC0F: hue angle of 92.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CDC0F is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 220 15 -
CMYK 0.51 0 0.93 0.14
HSL 92.78º 0.87% 0.46% -
HSV(B) 92.78º 0.93% 0.86% -
XYZ 31.86 54.41 9.27 -
YUV 163.14 44.39 88.67 -
System Red Green Blue C M Y K H S L
Decimal 108 220 15 0.51 0 0.93 0.14 92.78 0.87 0.46
Hex 6C DC F 33 0 5D E 5D 57 2E
Octal 154 334 17 63 0 135 16 135 127 56
Binary 1101100 11011100 1111 110011 0 1011101 1110 1011101 1010111 101110

Color Harmonies of #6CDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDC0F

Black with #6CDC0F

Text Example


Text Example

White with #6CDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,220,15); }

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

background-color css

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

 a { background-color: rgb(108,220,15); }

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

border-color css

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

 span { border-color: rgb(108,220,15); }

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