Html Css Color HEX #B5D31E Rio Grande

📋 copy color: '#B5D31E'

red 181 ◦ green 211 ◦ blue 30

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

Shades of Rio Grande #B5D31E

Tints of Rio Grande #B5D31E

RGB

 RED value IS 181 (71.09% from 255) = 42.89%

 GREEN value IS 211 (82.81% from 255) = 50%

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 42.89%
G = 50%
B = 7.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#B5D31E (or 0xB5D31E) is known color: Rio Grande. HEX triplet: B5, D3 and 1E. RGB value is (181,211,30). Sum of RGB (Red+Green+Blue) = 181+211+30=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D31E is #4A2CE1. Grayscale: #B6B6B6. Windows color (decimal): -4861154 or 2020277. OLE color: 2020277.

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

Color convert

RGB 181 211 30 -
CMYK 0.14 0 0.86 0.17
HSL 69.94º 0.75% 0.47% -
HSV(B) 69.94º 0.86% 0.83% -
XYZ 42.58 56.51 9.89 -
YUV 181.4 42.56 127.72 -
System Red Green Blue C M Y K H S L
Decimal 181 211 30 0.14 0 0.86 0.17 69.94 0.75 0.47
Hex B5 D3 1E E 0 56 11 46 4B 2F
Octal 265 323 36 16 0 126 21 106 113 57
Binary 10110101 11010011 11110 1110 0 1010110 10001 1000110 1001011 101111

Color Harmonies of #B5D31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D31E

Black with #B5D31E

Text Example


Text Example

White with #B5D31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D31E; }

 p { color: rgb(181,211,30); }

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

background-color css

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

 a { background-color: rgb(181,211,30); }

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

border-color css

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

 span { border-color: rgb(181,211,30); }

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