Html Css Color HEX #77BF99 Padua

📋 copy color: '#77BF99'

red 119 ◦ green 191 ◦ blue 153

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

Shades of Padua #77BF99

Tints of Padua #77BF99

RGB

 RED value IS 119 (46.88% from 255) = 25.7%

 GREEN value IS 191 (75% from 255) = 41.25%

 BLUE value IS 153 (60.16% from 255) = 33.05%

R = 25.7%
G = 41.25%
B = 33.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#77BF99 (or 0x77BF99) is known color: Padua. HEX triplet: 77, BF and 99. RGB value is (119,191,153). Sum of RGB (Red+Green+Blue) = 119+191+153=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF99 is #884066. Grayscale: #A5A5A5. Windows color (decimal): -8929383 or 10076023. OLE color: 10076023.

HSL color Cylindrical-coordinate representation of color #77BF99: hue angle of 148.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BF99 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 153 -
CMYK 0.38 0 0.20 0.25
HSL 148.33º 0.36% 0.61% -
HSV(B) 148.33º 0.38% 0.75% -
XYZ 31.99 43.48 36.84 -
YUV 165.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 119 191 153 0.38 0 0.20 0.25 148.33 0.36 0.61
Hex 77 BF 99 26 0 14 19 94 24 3D
Octal 167 277 231 46 0 24 31 224 44 75
Binary 1110111 10111111 10011001 100110 0 10100 11001 10010100 100100 111101

Color Harmonies of #77BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF99

Black with #77BF99

Text Example


Text Example

White with #77BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BF99; }

 p { color: rgb(119,191,153); }

 H1.HeaderClassName
 {
   color: #77BF99;
 }
 .AnyTagClassName
 {
   color: #77BF99;
 }
</style>

background-color css

<style>
 a { background-color: #77BF99; }

 a { background-color: rgb(119,191,153); }

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

border-color css

<style>
 span { border-color: #77BF99; }

 span { border-color: rgb(119,191,153); }

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