Html Css Color HEX #75DC69 Pastel Green

📋 copy color: '#75DC69'

red 117 ◦ green 220 ◦ blue 105

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

Shades of Pastel Green #75DC69

Tints of Pastel Green #75DC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

 BLUE value IS 105 (41.41% from 255) = 23.76%

R = 26.47%
G = 49.77%
B = 23.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#75DC69 (or 0x75DC69) is known color: Pastel Green. HEX triplet: 75, DC and 69. RGB value is (117,220,105). Sum of RGB (Red+Green+Blue) = 117+220+105=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC69 is #8A2396. Grayscale: #B0B0B0. Windows color (decimal): -9053079 or 6937717. OLE color: 6937717.

HSL color Cylindrical-coordinate representation of color #75DC69: hue angle of 113.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75DC69 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 105 -
CMYK 0.47 0 0.52 0.14
HSL 113.74º 0.62% 0.64% -
HSV(B) 113.74º 0.52% 0.86% -
XYZ 35.48 55.99 22.3 -
YUV 176.09 87.88 85.85 -
System Red Green Blue C M Y K H S L
Decimal 117 220 105 0.47 0 0.52 0.14 113.74 0.62 0.64
Hex 75 DC 69 2F 0 34 E 72 3E 40
Octal 165 334 151 57 0 64 16 162 76 100
Binary 1110101 11011100 1101001 101111 0 110100 1110 1110010 111110 1000000

Color Harmonies of #75DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC69

Black with #75DC69

Text Example


Text Example

White with #75DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,105); }

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

background-color css

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

 a { background-color: rgb(117,220,105); }

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

border-color css

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

 span { border-color: rgb(117,220,105); }

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