Html Css Color HEX #75DC67 Pastel Green

📋 copy color: '#75DC67'

red 117 ◦ green 220 ◦ blue 103

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

Shades of Pastel Green #75DC67

Tints of Pastel Green #75DC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.41%

R = 26.59%
G = 50%
B = 23.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#75DC67 (or 0x75DC67) is known color: Pastel Green. HEX triplet: 75, DC and 67. RGB value is (117,220,103). Sum of RGB (Red+Green+Blue) = 117+220+103=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC67 is #8A2398. Grayscale: #B0B0B0. Windows color (decimal): -9053081 or 6806645. OLE color: 6806645.

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

Color convert

RGB 117 220 103 -
CMYK 0.47 0 0.53 0.14
HSL 112.82º 0.63% 0.63% -
HSV(B) 112.82º 0.53% 0.86% -
XYZ 35.38 55.95 21.77 -
YUV 175.87 86.88 86.01 -
System Red Green Blue C M Y K H S L
Decimal 117 220 103 0.47 0 0.53 0.14 112.82 0.63 0.63
Hex 75 DC 67 2F 0 35 E 71 3F 3F
Octal 165 334 147 57 0 65 16 161 77 77
Binary 1110101 11011100 1100111 101111 0 110101 1110 1110001 111111 111111

Color Harmonies of #75DC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC67

Black with #75DC67

Text Example


Text Example

White with #75DC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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