Html Css Color HEX #6BE085 Pastel Green

📋 copy color: '#6BE085'

red 107 ◦ green 224 ◦ blue 133

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

Shades of Pastel Green #6BE085

Tints of Pastel Green #6BE085

RGB

 RED value IS 107 (42.19% from 255) = 23.06%

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 133 (52.34% from 255) = 28.66%

R = 23.06%
G = 48.28%
B = 28.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#6BE085 (or 0x6BE085) is known color: Pastel Green. HEX triplet: 6B, E0 and 85. RGB value is (107,224,133). Sum of RGB (Red+Green+Blue) = 107+224+133=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE085 is #941F7A. Grayscale: #B2B2B2. Windows color (decimal): -9707387 or 8773739. OLE color: 8773739.

HSL color Cylindrical-coordinate representation of color #6BE085: hue angle of 133.33º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE085 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 224 133 -
CMYK 0.52 0 0.41 0.12
HSL 133.33º 0.65% 0.65% -
HSV(B) 133.33º 0.52% 0.88% -
XYZ 36.95 58.13 31.46 -
YUV 178.64 102.24 76.9 -
System Red Green Blue C M Y K H S L
Decimal 107 224 133 0.52 0 0.41 0.12 133.33 0.65 0.65
Hex 6B E0 85 34 0 29 C 85 41 41
Octal 153 340 205 64 0 51 14 205 101 101
Binary 1101011 11100000 10000101 110100 0 101001 1100 10000101 1000001 1000001

Color Harmonies of #6BE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE085

Black with #6BE085

Text Example


Text Example

White with #6BE085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,224,133); }

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

background-color css

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

 a { background-color: rgb(107,224,133); }

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

border-color css

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

 span { border-color: rgb(107,224,133); }

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