Html Css Color HEX #6BCF6A Pastel Green

📋 copy color: '#6BCF6A'

red 107 ◦ green 207 ◦ blue 106

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

Shades of Pastel Green #6BCF6A

Tints of Pastel Green #6BCF6A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.29%

 BLUE value IS 106 (41.8% from 255) = 25.24%

R = 25.48%
G = 49.29%
B = 25.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#6BCF6A (or 0x6BCF6A) is known color: Pastel Green. HEX triplet: 6B, CF and 6A. RGB value is (107,207,106). Sum of RGB (Red+Green+Blue) = 107+207+106=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCF6A is #943095. Grayscale: #A5A5A5. Windows color (decimal): -9711766 or 6999915. OLE color: 6999915.

HSL color Cylindrical-coordinate representation of color #6BCF6A: hue angle of 119.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCF6A is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 207 106 -
CMYK 0.48 0 0.49 0.19
HSL 119.41º 0.51% 0.61% -
HSV(B) 119.41º 0.49% 0.81% -
XYZ 30.98 48.79 21.42 -
YUV 165.59 94.37 86.21 -
System Red Green Blue C M Y K H S L
Decimal 107 207 106 0.48 0 0.49 0.19 119.41 0.51 0.61
Hex 6B CF 6A 30 0 31 13 77 33 3D
Octal 153 317 152 60 0 61 23 167 63 75
Binary 1101011 11001111 1101010 110000 0 110001 10011 1110111 110011 111101

Color Harmonies of #6BCF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCF6A

Black with #6BCF6A

Text Example


Text Example

White with #6BCF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,207,106); }

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

background-color css

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

 a { background-color: rgb(107,207,106); }

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

border-color css

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

 span { border-color: rgb(107,207,106); }

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