Html Css Color HEX #BDE027 Fuego

📋 copy color: '#BDE027'

red 189 ◦ green 224 ◦ blue 39

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

Shades of Fuego #BDE027

Tints of Fuego #BDE027

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.56%

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

R = 41.81%
G = 49.56%
B = 8.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#BDE027 (or 0xBDE027) is known color: Fuego. HEX triplet: BD, E0 and 27. RGB value is (189,224,39). Sum of RGB (Red+Green+Blue) = 189+224+39=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE027 is #421FD8. Grayscale: #C1C1C1. Windows color (decimal): -4333529 or 2613437. OLE color: 2613437.

HSL color Cylindrical-coordinate representation of color #BDE027: hue angle of 71.35º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDE027 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 39 -
CMYK 0.16 0 0.83 0.12
HSL 71.35º 0.75% 0.52% -
HSV(B) 71.35º 0.83% 0.88% -
XYZ 48.01 64.28 11.8 -
YUV 192.45 41.4 125.54 -
System Red Green Blue C M Y K H S L
Decimal 189 224 39 0.16 0 0.83 0.12 71.35 0.75 0.52
Hex BD E0 27 10 0 53 C 47 4B 34
Octal 275 340 47 20 0 123 14 107 113 64
Binary 10111101 11100000 100111 10000 0 1010011 1100 1000111 1001011 110100

Color Harmonies of #BDE027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE027

Black with #BDE027

Text Example


Text Example

White with #BDE027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE027; }

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

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

background-color css

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

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

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

border-color css

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

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

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