Html Css Color HEX #6BCD74 Pastel Green

📋 copy color: '#6BCD74'

red 107 ◦ green 205 ◦ blue 116

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

Shades of Pastel Green #6BCD74

Tints of Pastel Green #6BCD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.9%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 25%
G = 47.9%
B = 27.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#6BCD74 (or 0x6BCD74) is known color: Pastel Green. HEX triplet: 6B, CD and 74. RGB value is (107,205,116). Sum of RGB (Red+Green+Blue) = 107+205+116=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD74 is #94328B. Grayscale: #A5A5A5. Windows color (decimal): -9712268 or 7654763. OLE color: 7654763.

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

Color convert

RGB 107 205 116 -
CMYK 0.48 0 0.43 0.20
HSL 125.51º 0.49% 0.61% -
HSV(B) 125.51º 0.48% 0.8% -
XYZ 31.05 48.05 24.16 -
YUV 165.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 107 205 116 0.48 0 0.43 0.20 125.51 0.49 0.61
Hex 6B CD 74 30 0 2B 14 7E 31 3D
Octal 153 315 164 60 0 53 24 176 61 75
Binary 1101011 11001101 1110100 110000 0 101011 10100 1111110 110001 111101

Color Harmonies of #6BCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCD74

Black with #6BCD74

Text Example


Text Example

White with #6BCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,205,116); }

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

background-color css

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

 a { background-color: rgb(107,205,116); }

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

border-color css

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

 span { border-color: rgb(107,205,116); }

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