Html Css Color HEX #6CD072 Pastel Green

📋 copy color: '#6CD072'

red 108 ◦ green 208 ◦ blue 114

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

Shades of Pastel Green #6CD072

Tints of Pastel Green #6CD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 25.12%
G = 48.37%
B = 26.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#6CD072 (or 0x6CD072) is known color: Pastel Green. HEX triplet: 6C, D0 and 72. RGB value is (108,208,114). Sum of RGB (Red+Green+Blue) = 108+208+114=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD072 is #932F8D. Grayscale: #A7A7A7. Windows color (decimal): -9645966 or 7524460. OLE color: 7524460.

HSL color Cylindrical-coordinate representation of color #6CD072: hue angle of 123.6º 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 #6CD072 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 208 114 -
CMYK 0.48 0 0.45 0.18
HSL 123.6º 0.52% 0.62% -
HSV(B) 123.6º 0.48% 0.82% -
XYZ 31.78 49.51 23.8 -
YUV 167.38 97.87 85.64 -
System Red Green Blue C M Y K H S L
Decimal 108 208 114 0.48 0 0.45 0.18 123.6 0.52 0.62
Hex 6C D0 72 30 0 2D 12 7C 34 3E
Octal 154 320 162 60 0 55 22 174 64 76
Binary 1101100 11010000 1110010 110000 0 101101 10010 1111100 110100 111110

Color Harmonies of #6CD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD072

Black with #6CD072

Text Example


Text Example

White with #6CD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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