Html Css Color HEX #BDD52F Fuego

📋 copy color: '#BDD52F'

red 189 ◦ green 213 ◦ blue 47

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

Shades of Fuego #BDD52F

Tints of Fuego #BDD52F

RGB

 RED value IS 189 (74.22% from 255) = 42.09%

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 47 (18.75% from 255) = 10.47%

R = 42.09%
G = 47.44%
B = 10.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#BDD52F (or 0xBDD52F) is known color: Fuego. HEX triplet: BD, D5 and 2F. RGB value is (189,213,47). Sum of RGB (Red+Green+Blue) = 189+213+47=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD52F is #422AD0. Grayscale: #BBBBBB. Windows color (decimal): -4336337 or 3134909. OLE color: 3134909.

HSL color Cylindrical-coordinate representation of color #BDD52F: hue angle of 68.67º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDD52F is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 47 -
CMYK 0.11 0 0.78 0.16
HSL 68.67º 0.66% 0.51% -
HSV(B) 68.67º 0.78% 0.84% -
XYZ 45.29 58.61 11.62 -
YUV 186.9 49.05 129.5 -
System Red Green Blue C M Y K H S L
Decimal 189 213 47 0.11 0 0.78 0.16 68.67 0.66 0.51
Hex BD D5 2F B 0 4E 10 45 42 33
Octal 275 325 57 13 0 116 20 105 102 63
Binary 10111101 11010101 101111 1011 0 1001110 10000 1000101 1000010 110011

Color Harmonies of #BDD52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD52F

Black with #BDD52F

Text Example


Text Example

White with #BDD52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD52F; }

 p { color: rgb(189,213,47); }

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

background-color css

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

 a { background-color: rgb(189,213,47); }

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

border-color css

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

 span { border-color: rgb(189,213,47); }

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