Html Css Color HEX #BEDF3A Las Palmas

📋 copy color: '#BEDF3A'

red 190 ◦ green 223 ◦ blue 58

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

Shades of Las Palmas #BEDF3A

Tints of Las Palmas #BEDF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.35%

 BLUE value IS 58 (23.05% from 255) = 12.31%

R = 40.34%
G = 47.35%
B = 12.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#BEDF3A (or 0xBEDF3A) is known color: Las Palmas. HEX triplet: BE, DF and 3A. RGB value is (190,223,58). Sum of RGB (Red+Green+Blue) = 190+223+58=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF3A is #4120C5. Grayscale: #C2C2C2. Windows color (decimal): -4268230 or 3858366. OLE color: 3858366.

HSL color Cylindrical-coordinate representation of color #BEDF3A: hue angle of 72º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEDF3A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 58 -
CMYK 0.15 0 0.74 0.13
HSL 72º 0.72% 0.55% -
HSV(B) 72º 0.74% 0.87% -
XYZ 48.39 64.03 13.81 -
YUV 194.32 51.07 124.92 -
System Red Green Blue C M Y K H S L
Decimal 190 223 58 0.15 0 0.74 0.13 72 0.72 0.55
Hex BE DF 3A F 0 4A D 48 48 37
Octal 276 337 72 17 0 112 15 110 110 67
Binary 10111110 11011111 111010 1111 0 1001010 1101 1001000 1001000 110111

Color Harmonies of #BEDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF3A

Black with #BEDF3A

Text Example


Text Example

White with #BEDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF3A; }

 p { color: rgb(190,223,58); }

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

background-color css

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

 a { background-color: rgb(190,223,58); }

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

border-color css

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

 span { border-color: rgb(190,223,58); }

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