Html Css Color HEX #B7D30E Rio Grande

📋 copy color: '#B7D30E'

red 183 ◦ green 211 ◦ blue 14

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

Shades of Rio Grande #B7D30E

Tints of Rio Grande #B7D30E

RGB

 RED value IS 183 (71.88% from 255) = 44.85%

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

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 44.85%
G = 51.72%
B = 3.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#B7D30E (or 0xB7D30E) is known color: Rio Grande. HEX triplet: B7, D3 and 0E. RGB value is (183,211,14). Sum of RGB (Red+Green+Blue) = 183+211+14=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D30E is #482CF1. Grayscale: #B4B4B4. Windows color (decimal): -4730098 or 971703. OLE color: 971703.

HSL color Cylindrical-coordinate representation of color #B7D30E: hue angle of 68.53º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7D30E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 211 14 -
CMYK 0.13 0 0.93 0.17
HSL 68.53º 0.88% 0.44% -
HSV(B) 68.53º 0.93% 0.83% -
XYZ 42.9 56.69 9.1 -
YUV 180.17 34.22 130.02 -
System Red Green Blue C M Y K H S L
Decimal 183 211 14 0.13 0 0.93 0.17 68.53 0.88 0.44
Hex B7 D3 E D 0 5D 11 45 58 2C
Octal 267 323 16 15 0 135 21 105 130 54
Binary 10110111 11010011 1110 1101 0 1011101 10001 1000101 1011000 101100

Color Harmonies of #B7D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D30E

Black with #B7D30E

Text Example


Text Example

White with #B7D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D30E; }

 p { color: rgb(183,211,14); }

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

background-color css

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

 a { background-color: rgb(183,211,14); }

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

border-color css

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

 span { border-color: rgb(183,211,14); }

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