Html Css Color HEX #75CB74 Pastel Green

📋 copy color: '#75CB74'

red 117 ◦ green 203 ◦ blue 116

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

Shades of Pastel Green #75CB74

Tints of Pastel Green #75CB74

RGB

 RED value IS 117 (46.09% from 255) = 26.83%

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

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

R = 26.83%
G = 46.56%
B = 26.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#75CB74 (or 0x75CB74) is known color: Pastel Green. HEX triplet: 75, CB and 74. RGB value is (117,203,116). Sum of RGB (Red+Green+Blue) = 117+203+116=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB74 is #8A348B. Grayscale: #A7A7A7. Windows color (decimal): -9057420 or 7654261. OLE color: 7654261.

HSL color Cylindrical-coordinate representation of color #75CB74: hue angle of 119.31º 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 #75CB74 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 116 -
CMYK 0.42 0 0.43 0.20
HSL 119.31º 0.46% 0.63% -
HSV(B) 119.31º 0.43% 0.8% -
XYZ 31.84 47.75 24.06 -
YUV 167.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 117 203 116 0.42 0 0.43 0.20 119.31 0.46 0.63
Hex 75 CB 74 2A 0 2B 14 77 2E 3F
Octal 165 313 164 52 0 53 24 167 56 77
Binary 1110101 11001011 1110100 101010 0 101011 10100 1110111 101110 111111

Color Harmonies of #75CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB74

Black with #75CB74

Text Example


Text Example

White with #75CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75CB74; }

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

 H1.HeaderClassName
 {
   color: #75CB74;
 }
 .AnyTagClassName
 {
   color: #75CB74;
 }
</style>

background-color css

<style>
 a { background-color: #75CB74; }

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

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

border-color css

<style>
 span { border-color: #75CB74; }

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

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