Html Css Color HEX #BEED2E Las Palmas

📋 copy color: '#BEED2E'

red 190 ◦ green 237 ◦ blue 46

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

Shades of Las Palmas #BEED2E

Tints of Las Palmas #BEED2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.73%

R = 40.17%
G = 50.11%
B = 9.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#BEED2E (or 0xBEED2E) is known color: Las Palmas. HEX triplet: BE, ED and 2E. RGB value is (190,237,46). Sum of RGB (Red+Green+Blue) = 190+237+46=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED2E is #4112D1. Grayscale: #C9C9C9. Windows color (decimal): -4264658 or 3075518. OLE color: 3075518.

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

Color convert

RGB 190 237 46 -
CMYK 0.20 0 0.81 0.07
HSL 74.76º 0.84% 0.55% -
HSV(B) 74.76º 0.81% 0.93% -
XYZ 52.01 71.71 13.69 -
YUV 201.17 40.43 120.03 -
System Red Green Blue C M Y K H S L
Decimal 190 237 46 0.20 0 0.81 0.07 74.76 0.84 0.55
Hex BE ED 2E 14 0 51 7 4B 54 37
Octal 276 355 56 24 0 121 7 113 124 67
Binary 10111110 11101101 101110 10100 0 1010001 111 1001011 1010100 110111

Color Harmonies of #BEED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEED2E

Black with #BEED2E

Text Example


Text Example

White with #BEED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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