Html Css Color HEX #6CD07D Pastel Green

📋 copy color: '#6CD07D'

red 108 ◦ green 208 ◦ blue 125

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

Shades of Pastel Green #6CD07D

Tints of Pastel Green #6CD07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 24.49%
G = 47.17%
B = 28.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#6CD07D (or 0x6CD07D) is known color: Pastel Green. HEX triplet: 6C, D0 and 7D. RGB value is (108,208,125). Sum of RGB (Red+Green+Blue) = 108+208+125=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD07D is #932F82. Grayscale: #A8A8A8. Windows color (decimal): -9645955 or 8245356. OLE color: 8245356.

HSL color Cylindrical-coordinate representation of color #6CD07D: hue angle of 130.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD07D is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 208 125 -
CMYK 0.48 0 0.40 0.18
HSL 130.2º 0.52% 0.62% -
HSV(B) 130.2º 0.48% 0.82% -
XYZ 32.44 49.78 27.3 -
YUV 168.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 108 208 125 0.48 0 0.40 0.18 130.2 0.52 0.62
Hex 6C D0 7D 30 0 28 12 82 34 3E
Octal 154 320 175 60 0 50 22 202 64 76
Binary 1101100 11010000 1111101 110000 0 101000 10010 10000010 110100 111110

Color Harmonies of #6CD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD07D

Black with #6CD07D

Text Example


Text Example

White with #6CD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,208,125); }

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

background-color css

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

 a { background-color: rgb(108,208,125); }

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

border-color css

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

 span { border-color: rgb(108,208,125); }

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