Html Css Color HEX #BDD427 Fuego

📋 copy color: '#BDD427'

red 189 ◦ green 212 ◦ blue 39

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

Shades of Fuego #BDD427

Tints of Fuego #BDD427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.86%

R = 42.95%
G = 48.18%
B = 8.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#BDD427 (or 0xBDD427) is known color: Fuego. HEX triplet: BD, D4 and 27. RGB value is (189,212,39). Sum of RGB (Red+Green+Blue) = 189+212+39=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD427 is #422BD8. Grayscale: #BABABA. Windows color (decimal): -4336601 or 2610365. OLE color: 2610365.

HSL color Cylindrical-coordinate representation of color #BDD427: hue angle of 67.98º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDD427 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 39 -
CMYK 0.11 0 0.82 0.17
HSL 67.98º 0.69% 0.49% -
HSV(B) 67.98º 0.82% 0.83% -
XYZ 44.9 58.05 10.76 -
YUV 185.4 45.38 130.57 -
System Red Green Blue C M Y K H S L
Decimal 189 212 39 0.11 0 0.82 0.17 67.98 0.69 0.49
Hex BD D4 27 B 0 52 11 44 45 31
Octal 275 324 47 13 0 122 21 104 105 61
Binary 10111101 11010100 100111 1011 0 1010010 10001 1000100 1000101 110001

Color Harmonies of #BDD427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD427

Black with #BDD427

Text Example


Text Example

White with #BDD427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD427; }

 p { color: rgb(189,212,39); }

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

background-color css

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

 a { background-color: rgb(189,212,39); }

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

border-color css

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

 span { border-color: rgb(189,212,39); }

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