Html Css Color HEX #BFD40F Rio Grande

📋 copy color: '#BFD40F'

red 191 ◦ green 212 ◦ blue 15

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

Shades of Rio Grande #BFD40F

Tints of Rio Grande #BFD40F

RGB

 RED value IS 191 (75% from 255) = 45.69%

 GREEN value IS 212 (83.2% from 255) = 50.72%

 BLUE value IS 15 (6.25% from 255) = 3.59%

R = 45.69%
G = 50.72%
B = 3.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#BFD40F (or 0xBFD40F) is known color: Rio Grande. HEX triplet: BF, D4 and 0F. RGB value is (191,212,15). Sum of RGB (Red+Green+Blue) = 191+212+15=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD40F is #402BF0. Grayscale: #B8B8B8. Windows color (decimal): -4205553 or 1037503. OLE color: 1037503.

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

Color convert

RGB 191 212 15 -
CMYK 0.10 0 0.93 0.17
HSL 66.4º 0.87% 0.45% -
HSV(B) 66.4º 0.93% 0.83% -
XYZ 45.12 58.2 9.31 -
YUV 183.26 33.04 133.52 -
System Red Green Blue C M Y K H S L
Decimal 191 212 15 0.10 0 0.93 0.17 66.4 0.87 0.45
Hex BF D4 F A 0 5D 11 42 57 2D
Octal 277 324 17 12 0 135 21 102 127 55
Binary 10111111 11010100 1111 1010 0 1011101 10001 1000010 1010111 101101

Color Harmonies of #BFD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD40F

Black with #BFD40F

Text Example


Text Example

White with #BFD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD40F; }

 p { color: rgb(191,212,15); }

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

background-color css

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

 a { background-color: rgb(191,212,15); }

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

border-color css

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

 span { border-color: rgb(191,212,15); }

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