Html Css Color HEX #BEED28 Fuego

📋 copy color: '#BEED28'

red 190 ◦ green 237 ◦ blue 40

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

Shades of Fuego #BEED28

Tints of Fuego #BEED28

RGB

 RED value IS 190 (74.61% from 255) = 40.69%

 GREEN value IS 237 (92.97% from 255) = 50.75%

 BLUE value IS 40 (16.02% from 255) = 8.57%

R = 40.69%
G = 50.75%
B = 8.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#BEED28 (or 0xBEED28) is known color: Fuego. HEX triplet: BE, ED and 28. RGB value is (190,237,40). Sum of RGB (Red+Green+Blue) = 190+237+40=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED28 is #4112D7. Grayscale: #C9C9C9. Windows color (decimal): -4264664 or 2682302. OLE color: 2682302.

HSL color Cylindrical-coordinate representation of color #BEED28: hue angle of 74.31º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEED28 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 40 -
CMYK 0.20 0 0.83 0.07
HSL 74.31º 0.85% 0.54% -
HSV(B) 74.31º 0.83% 0.93% -
XYZ 51.9 71.67 13.11 -
YUV 200.49 37.43 120.52 -
System Red Green Blue C M Y K H S L
Decimal 190 237 40 0.20 0 0.83 0.07 74.31 0.85 0.54
Hex BE ED 28 14 0 53 7 4A 55 36
Octal 276 355 50 24 0 123 7 112 125 66
Binary 10111110 11101101 101000 10100 0 1010011 111 1001010 1010101 110110

Color Harmonies of #BEED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEED28

Black with #BEED28

Text Example


Text Example

White with #BEED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEED28; }

 p { color: rgb(190,237,40); }

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

background-color css

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

 a { background-color: rgb(190,237,40); }

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

border-color css

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

 span { border-color: rgb(190,237,40); }

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