Html Css Color HEX #B5D21E Rio Grande

📋 copy color: '#B5D21E'

red 181 ◦ green 210 ◦ blue 30

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

Shades of Rio Grande #B5D21E

Tints of Rio Grande #B5D21E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.88%

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

R = 42.99%
G = 49.88%
B = 7.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#B5D21E (or 0xB5D21E) is known color: Rio Grande. HEX triplet: B5, D2 and 1E. RGB value is (181,210,30). Sum of RGB (Red+Green+Blue) = 181+210+30=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D21E is #4A2DE1. Grayscale: #B5B5B5. Windows color (decimal): -4861410 or 2020021. OLE color: 2020021.

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

Color convert

RGB 181 210 30 -
CMYK 0.14 0 0.86 0.18
HSL 69.67º 0.75% 0.47% -
HSV(B) 69.67º 0.86% 0.82% -
XYZ 42.34 56.01 9.81 -
YUV 180.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 181 210 30 0.14 0 0.86 0.18 69.67 0.75 0.47
Hex B5 D2 1E E 0 56 12 46 4B 2F
Octal 265 322 36 16 0 126 22 106 113 57
Binary 10110101 11010010 11110 1110 0 1010110 10010 1000110 1001011 101111

Color Harmonies of #B5D21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D21E

Black with #B5D21E

Text Example


Text Example

White with #B5D21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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