Html Css Color HEX #BEEA2F Las Palmas

📋 copy color: '#BEEA2F'

red 190 ◦ green 234 ◦ blue 47

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

Shades of Las Palmas #BEEA2F

Tints of Las Palmas #BEEA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.98%

R = 40.34%
G = 49.68%
B = 9.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#BEEA2F (or 0xBEEA2F) is known color: Las Palmas. HEX triplet: BE, EA and 2F. RGB value is (190,234,47). Sum of RGB (Red+Green+Blue) = 190+234+47=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEA2F is #4115D0. Grayscale: #C8C8C8. Windows color (decimal): -4265425 or 3140286. OLE color: 3140286.

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

Color convert

RGB 190 234 47 -
CMYK 0.19 0 0.80 0.08
HSL 74.12º 0.82% 0.55% -
HSV(B) 74.12º 0.8% 0.92% -
XYZ 51.17 70 13.5 -
YUV 199.53 41.92 121.21 -
System Red Green Blue C M Y K H S L
Decimal 190 234 47 0.19 0 0.80 0.08 74.12 0.82 0.55
Hex BE EA 2F 13 0 50 8 4A 52 37
Octal 276 352 57 23 0 120 10 112 122 67
Binary 10111110 11101010 101111 10011 0 1010000 1000 1001010 1010010 110111

Color Harmonies of #BEEA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA2F

Black with #BEEA2F

Text Example


Text Example

White with #BEEA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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