Html Css Color HEX #BEED36 Las Palmas

📋 copy color: '#BEED36'

red 190 ◦ green 237 ◦ blue 54

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

Shades of Las Palmas #BEED36

Tints of Las Palmas #BEED36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.23%

R = 39.5%
G = 49.27%
B = 11.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#BEED36 (or 0xBEED36) is known color: Las Palmas. HEX triplet: BE, ED and 36. RGB value is (190,237,54). Sum of RGB (Red+Green+Blue) = 190+237+54=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED36 is #4112C9. Grayscale: #CACACA. Windows color (decimal): -4264650 or 3599806. OLE color: 3599806.

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

Color convert

RGB 190 237 54 -
CMYK 0.20 0 0.77 0.07
HSL 75.41º 0.84% 0.57% -
HSV(B) 75.41º 0.77% 0.93% -
XYZ 52.19 71.78 14.59 -
YUV 202.09 44.43 119.38 -
System Red Green Blue C M Y K H S L
Decimal 190 237 54 0.20 0 0.77 0.07 75.41 0.84 0.57
Hex BE ED 36 14 0 4D 7 4B 54 39
Octal 276 355 66 24 0 115 7 113 124 71
Binary 10111110 11101101 110110 10100 0 1001101 111 1001011 1010100 111001

Color Harmonies of #BEED36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEED36

Black with #BEED36

Text Example


Text Example

White with #BEED36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEED36; }

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

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

background-color css

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

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

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

border-color css

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

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

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