Html Css Color HEX #BEEA2D Las Palmas

📋 copy color: '#BEEA2D'

red 190 ◦ green 234 ◦ blue 45

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

Shades of Las Palmas #BEEA2D

Tints of Las Palmas #BEEA2D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.89%

 BLUE value IS 45 (17.97% from 255) = 9.59%

R = 40.51%
G = 49.89%
B = 9.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#BEEA2D (or 0xBEEA2D) is known color: Las Palmas. HEX triplet: BE, EA and 2D. RGB value is (190,234,45). Sum of RGB (Red+Green+Blue) = 190+234+45=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEA2D is #4115D2. Grayscale: #C8C8C8. Windows color (decimal): -4265427 or 3009214. OLE color: 3009214.

HSL color Cylindrical-coordinate representation of color #BEEA2D: hue angle of 73.97º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEEA2D is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 45 -
CMYK 0.19 0 0.81 0.08
HSL 73.97º 0.82% 0.55% -
HSV(B) 73.97º 0.81% 0.92% -
XYZ 51.13 69.98 13.3 -
YUV 199.3 40.92 121.37 -
System Red Green Blue C M Y K H S L
Decimal 190 234 45 0.19 0 0.81 0.08 73.97 0.82 0.55
Hex BE EA 2D 13 0 51 8 4A 52 37
Octal 276 352 55 23 0 121 10 112 122 67
Binary 10111110 11101010 101101 10011 0 1010001 1000 1001010 1010010 110111

Color Harmonies of #BEEA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA2D

Black with #BEEA2D

Text Example


Text Example

White with #BEEA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA2D; }

 p { color: rgb(190,234,45); }

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

background-color css

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

 a { background-color: rgb(190,234,45); }

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

border-color css

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

 span { border-color: rgb(190,234,45); }

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