#74CB7B

Color #74CB7B Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #74CB7B

Tints of Pastel Green #74CB7B

Color information

#74CB7B (or 0x74CB7B) is unknown color: approx Pastel Green. HEX triplet: 74, CB and 7B. RGB value is (116,203,123). Sum of RGB (Red+Green+Blue) = 116+203+123=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB7B is #8B3484. Grayscale: #A8A8A8. Windows color (decimal): -9122949 or 8113012. OLE color: 8113012.

HSL color Cylindrical-coordinate representation of color #74CB7B: hue angle of 124.83º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CB7B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB116203123-
CMYK0.4300.390.20
HSL124.83º45.55%62.55%-
HSV(B)124.83º42.86%79.61%-
XYZ32.1347.8526.28-
YUV167.87102.6891-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.24%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=26.24%
G=45.93%
B=27.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162031230.4300.390.20124.8345.5562.55
Hex74CB7B2B027147d2e3f
Octal16431317353047241755677
Binary11101001100101111110111010110100111101001111101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,203,123); }

 H1.HeaderClassName
 {
   color: #74CB7B;
 }
 .AnyTagClassName
 {
   color: #74CB7B;
 }
</style>
background-color css

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

 a { background-color: rgb(116,203,123); }

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

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

 span { border-color: rgb(116,203,123); }

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