Html Css Color HEX #75E69B Light Green

📋 copy color: '#75E69B'

red 117 ◦ green 230 ◦ blue 155

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

Shades of Light Green #75E69B

Tints of Light Green #75E69B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.82%

 BLUE value IS 155 (60.94% from 255) = 30.88%

R = 23.31%
G = 45.82%
B = 30.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#75E69B (or 0x75E69B) is known color: Light Green. HEX triplet: 75, E6 and 9B. RGB value is (117,230,155). Sum of RGB (Red+Green+Blue) = 117+230+155=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #75E69B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E69B is #8A1964. Grayscale: #BBBBBB. Windows color (decimal): -9050469 or 10217077. OLE color: 10217077.

HSL color Cylindrical-coordinate representation of color #75E69B: hue angle of 140.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E69B is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 230 155 -
CMYK 0.49 0 0.33 0.10
HSL 140.18º 0.69% 0.68% -
HSV(B) 140.18º 0.49% 0.9% -
XYZ 41.55 62.74 40.93 -
YUV 187.66 109.56 77.6 -
System Red Green Blue C M Y K H S L
Decimal 117 230 155 0.49 0 0.33 0.10 140.18 0.69 0.68
Hex 75 E6 9B 31 0 21 A 8C 45 44
Octal 165 346 233 61 0 41 12 214 105 104
Binary 1110101 11100110 10011011 110001 0 100001 1010 10001100 1000101 1000100

Color Harmonies of #75E69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E69B

Black with #75E69B

Text Example


Text Example

White with #75E69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,230,155); }

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

background-color css

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

 a { background-color: rgb(117,230,155); }

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

border-color css

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

 span { border-color: rgb(117,230,155); }

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