Html Css Color HEX #BEEB2D Las Palmas

📋 copy color: '#BEEB2D'

red 190 ◦ green 235 ◦ blue 45

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

Shades of Las Palmas #BEEB2D

Tints of Las Palmas #BEEB2D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50%

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

R = 40.43%
G = 50%
B = 9.57%

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

#BEEB2D (or 0xBEEB2D) is known color: Las Palmas. HEX triplet: BE, EB and 2D. RGB value is (190,235,45). Sum of RGB (Red+Green+Blue) = 190+235+45=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEB2D is #4114D2. Grayscale: #C8C8C8. Windows color (decimal): -4265171 or 3009470. OLE color: 3009470.

HSL color Cylindrical-coordinate representation of color #BEEB2D: hue angle of 74.21º degrees, saturation: 0.83, 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 #BEEB2D is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 235 45 -
CMYK 0.19 0 0.81 0.08
HSL 74.21º 0.83% 0.55% -
HSV(B) 74.21º 0.81% 0.92% -
XYZ 51.42 70.55 13.39 -
YUV 199.89 40.59 120.95 -
System Red Green Blue C M Y K H S L
Decimal 190 235 45 0.19 0 0.81 0.08 74.21 0.83 0.55
Hex BE EB 2D 13 0 51 8 4A 53 37
Octal 276 353 55 23 0 121 10 112 123 67
Binary 10111110 11101011 101101 10011 0 1010001 1000 1001010 1010011 110111

Color Harmonies of #BEEB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEB2D

Black with #BEEB2D

Text Example


Text Example

White with #BEEB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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