Html Css Color HEX #6BCB7F Pastel Green

📋 copy color: '#6BCB7F'

red 107 ◦ green 203 ◦ blue 127

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

Shades of Pastel Green #6BCB7F

Tints of Pastel Green #6BCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 127 (50% from 255) = 29.06%

R = 24.49%
G = 46.45%
B = 29.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#6BCB7F (or 0x6BCB7F) is known color: Pastel Green. HEX triplet: 6B, CB and 7F. RGB value is (107,203,127). Sum of RGB (Red+Green+Blue) = 107+203+127=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCB7F is #943480. Grayscale: #A5A5A5. Windows color (decimal): -9712769 or 8375147. OLE color: 8375147.

HSL color Cylindrical-coordinate representation of color #6BCB7F: hue angle of 132.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCB7F is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 203 127 -
CMYK 0.47 0 0.37 0.20
HSL 132.5º 0.48% 0.61% -
HSV(B) 132.5º 0.47% 0.8% -
XYZ 31.25 47.37 27.57 -
YUV 165.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 107 203 127 0.47 0 0.37 0.20 132.5 0.48 0.61
Hex 6B CB 7F 2F 0 25 14 84 30 3D
Octal 153 313 177 57 0 45 24 204 60 75
Binary 1101011 11001011 1111111 101111 0 100101 10100 10000100 110000 111101

Color Harmonies of #6BCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCB7F

Black with #6BCB7F

Text Example


Text Example

White with #6BCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,203,127); }

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

background-color css

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

 a { background-color: rgb(107,203,127); }

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

border-color css

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

 span { border-color: rgb(107,203,127); }

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