Html Css Color HEX #BDE727 Fuego

📋 copy color: '#BDE727'

red 189 ◦ green 231 ◦ blue 39

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

Shades of Fuego #BDE727

Tints of Fuego #BDE727

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.33%

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

R = 41.18%
G = 50.33%
B = 8.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#BDE727 (or 0xBDE727) is known color: Fuego. HEX triplet: BD, E7 and 27. RGB value is (189,231,39). Sum of RGB (Red+Green+Blue) = 189+231+39=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE727 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE727 is #4218D8. Grayscale: #C5C5C5. Windows color (decimal): -4331737 or 2615229. OLE color: 2615229.

HSL color Cylindrical-coordinate representation of color #BDE727: hue angle of 73.12º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDE727 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 39 -
CMYK 0.18 0 0.83 0.09
HSL 73.13º 0.8% 0.53% -
HSV(B) 73.13º 0.83% 0.91% -
XYZ 49.93 68.12 12.44 -
YUV 196.55 39.09 122.61 -
System Red Green Blue C M Y K H S L
Decimal 189 231 39 0.18 0 0.83 0.09 73.13 0.8 0.53
Hex BD E7 27 12 0 53 9 49 50 35
Octal 275 347 47 22 0 123 11 111 120 65
Binary 10111101 11100111 100111 10010 0 1010011 1001 1001001 1010000 110101

Color Harmonies of #BDE727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE727

Black with #BDE727

Text Example


Text Example

White with #BDE727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE727; }

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

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

background-color css

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

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

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

border-color css

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

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

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