Html Css Color HEX #BDD835 Fuego

📋 copy color: '#BDD835'

red 189 ◦ green 216 ◦ blue 53

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

Shades of Fuego #BDD835

Tints of Fuego #BDD835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.16%

 BLUE value IS 53 (21.09% from 255) = 11.57%

R = 41.27%
G = 47.16%
B = 11.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#BDD835 (or 0xBDD835) is known color: Fuego. HEX triplet: BD, D8 and 35. RGB value is (189,216,53). Sum of RGB (Red+Green+Blue) = 189+216+53=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD835 is #4227CA. Grayscale: #BDBDBD. Windows color (decimal): -4335563 or 3528893. OLE color: 3528893.

HSL color Cylindrical-coordinate representation of color #BDD835: hue angle of 69.94º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD835 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 53 -
CMYK 0.12 0 0.75 0.15
HSL 69.94º 0.68% 0.53% -
HSV(B) 69.94º 0.75% 0.85% -
XYZ 46.18 60.19 12.55 -
YUV 189.35 51.05 127.75 -
System Red Green Blue C M Y K H S L
Decimal 189 216 53 0.12 0 0.75 0.15 69.94 0.68 0.53
Hex BD D8 35 C 0 4B F 46 44 35
Octal 275 330 65 14 0 113 17 106 104 65
Binary 10111101 11011000 110101 1100 0 1001011 1111 1000110 1000100 110101

Color Harmonies of #BDD835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD835

Black with #BDD835

Text Example


Text Example

White with #BDD835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD835; }

 p { color: rgb(189,216,53); }

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

background-color css

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

 a { background-color: rgb(189,216,53); }

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

border-color css

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

 span { border-color: rgb(189,216,53); }

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