Html Css Color HEX #75D065 Pastel Green

📋 copy color: '#75D065'

red 117 ◦ green 208 ◦ blue 101

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

Shades of Pastel Green #75D065

Tints of Pastel Green #75D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.83%

 BLUE value IS 101 (39.84% from 255) = 23.71%

R = 27.46%
G = 48.83%
B = 23.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#75D065 (or 0x75D065) is known color: Pastel Green. HEX triplet: 75, D0 and 65. RGB value is (117,208,101). Sum of RGB (Red+Green+Blue) = 117+208+101=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #75D065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D065 is #8A2F9A. Grayscale: #A8A8A8. Windows color (decimal): -9056155 or 6672501. OLE color: 6672501.

HSL color Cylindrical-coordinate representation of color #75D065: hue angle of 111.03º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75D065 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 101 -
CMYK 0.44 0 0.51 0.18
HSL 111.03º 0.53% 0.61% -
HSV(B) 111.03º 0.51% 0.82% -
XYZ 32.24 49.83 20.23 -
YUV 168.59 89.85 91.2 -
System Red Green Blue C M Y K H S L
Decimal 117 208 101 0.44 0 0.51 0.18 111.03 0.53 0.61
Hex 75 D0 65 2C 0 33 12 6F 35 3D
Octal 165 320 145 54 0 63 22 157 65 75
Binary 1110101 11010000 1100101 101100 0 110011 10010 1101111 110101 111101

Color Harmonies of #75D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D065

Black with #75D065

Text Example


Text Example

White with #75D065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,208,101); }

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

background-color css

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

 a { background-color: rgb(117,208,101); }

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

border-color css

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

 span { border-color: rgb(117,208,101); }

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