Html Css Color HEX #74CF6D Pastel Green

📋 copy color: '#74CF6D'

red 116 ◦ green 207 ◦ blue 109

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

Shades of Pastel Green #74CF6D

Tints of Pastel Green #74CF6D

RGB

 RED value IS 116 (45.7% from 255) = 26.85%

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 26.85%
G = 47.92%
B = 25.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#74CF6D (or 0x74CF6D) is known color: Pastel Green. HEX triplet: 74, CF and 6D. RGB value is (116,207,109). Sum of RGB (Red+Green+Blue) = 116+207+109=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF6D is #8B3092. Grayscale: #A8A8A8. Windows color (decimal): -9121939 or 7196532. OLE color: 7196532.

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

Color convert

RGB 116 207 109 -
CMYK 0.44 0 0.47 0.19
HSL 115.71º 0.51% 0.62% -
HSV(B) 115.71º 0.47% 0.81% -
XYZ 32.28 49.44 22.31 -
YUV 168.62 94.35 90.47 -
System Red Green Blue C M Y K H S L
Decimal 116 207 109 0.44 0 0.47 0.19 115.71 0.51 0.62
Hex 74 CF 6D 2C 0 2F 13 74 33 3E
Octal 164 317 155 54 0 57 23 164 63 76
Binary 1110100 11001111 1101101 101100 0 101111 10011 1110100 110011 111110

Color Harmonies of #74CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CF6D

Black with #74CF6D

Text Example


Text Example

White with #74CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CF6D; }

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

 H1.HeaderClassName
 {
   color: #74CF6D;
 }
 .AnyTagClassName
 {
   color: #74CF6D;
 }
</style>

background-color css

<style>
 a { background-color: #74CF6D; }

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

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

border-color css

<style>
 span { border-color: #74CF6D; }

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

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