Html Css Color HEX #6BCF74 Pastel Green

📋 copy color: '#6BCF74'

red 107 ◦ green 207 ◦ blue 116

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

Shades of Pastel Green #6BCF74

Tints of Pastel Green #6BCF74

RGB

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

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

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

R = 24.88%
G = 48.14%
B = 26.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#6BCF74 (or 0x6BCF74) is known color: Pastel Green. HEX triplet: 6B, CF and 74. RGB value is (107,207,116). Sum of RGB (Red+Green+Blue) = 107+207+116=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCF74 is #94308B. Grayscale: #A6A6A6. Windows color (decimal): -9711756 or 7655275. OLE color: 7655275.

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

Color convert

RGB 107 207 116 -
CMYK 0.48 0 0.44 0.19
HSL 125.4º 0.51% 0.62% -
HSV(B) 125.4º 0.48% 0.81% -
XYZ 31.53 49.01 24.32 -
YUV 166.73 99.37 85.4 -
System Red Green Blue C M Y K H S L
Decimal 107 207 116 0.48 0 0.44 0.19 125.4 0.51 0.62
Hex 6B CF 74 30 0 2C 13 7D 33 3E
Octal 153 317 164 60 0 54 23 175 63 76
Binary 1101011 11001111 1110100 110000 0 101100 10011 1111101 110011 111110

Color Harmonies of #6BCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCF74

Black with #6BCF74

Text Example


Text Example

White with #6BCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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