Html Css Color HEX #6BF28D Pastel Green

📋 copy color: '#6BF28D'

red 107 ◦ green 242 ◦ blue 141

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

Shades of Pastel Green #6BF28D

Tints of Pastel Green #6BF28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 21.84%
G = 49.39%
B = 28.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#6BF28D (or 0x6BF28D) is known color: Pastel Green. HEX triplet: 6B, F2 and 8D. RGB value is (107,242,141). Sum of RGB (Red+Green+Blue) = 107+242+141=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF28D is #940D72. Grayscale: #BEBEBE. Windows color (decimal): -9702771 or 9302635. OLE color: 9302635.

HSL color Cylindrical-coordinate representation of color #6BF28D: hue angle of 135.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF28D is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 242 141 -
CMYK 0.56 0 0.42 0.05
HSL 135.11º 0.84% 0.68% -
HSV(B) 135.11º 0.56% 0.95% -
XYZ 42.62 68.55 36.18 -
YUV 190.12 100.27 68.71 -
System Red Green Blue C M Y K H S L
Decimal 107 242 141 0.56 0 0.42 0.05 135.11 0.84 0.68
Hex 6B F2 8D 38 0 2A 5 87 54 44
Octal 153 362 215 70 0 52 5 207 124 104
Binary 1101011 11110010 10001101 111000 0 101010 101 10000111 1010100 1000100

Color Harmonies of #6BF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF28D

Black with #6BF28D

Text Example


Text Example

White with #6BF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,242,141); }

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

background-color css

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

 a { background-color: rgb(107,242,141); }

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

border-color css

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

 span { border-color: rgb(107,242,141); }

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