Html Css Color HEX #BDEF3A Las Palmas

📋 copy color: '#BDEF3A'

red 189 ◦ green 239 ◦ blue 58

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

Shades of Las Palmas #BDEF3A

Tints of Las Palmas #BDEF3A

RGB

 RED value IS 189 (74.22% from 255) = 38.89%

 GREEN value IS 239 (93.75% from 255) = 49.18%

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

R = 38.89%
G = 49.18%
B = 11.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#BDEF3A (or 0xBDEF3A) is known color: Las Palmas. HEX triplet: BD, EF and 3A. RGB value is (189,239,58). Sum of RGB (Red+Green+Blue) = 189+239+58=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF3A is #4210C5. Grayscale: #CCCCCC. Windows color (decimal): -4329670 or 3862461. OLE color: 3862461.

HSL color Cylindrical-coordinate representation of color #BDEF3A: hue angle of 76.57º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDEF3A is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 58 -
CMYK 0.21 0 0.76 0.06
HSL 76.57º 0.85% 0.58% -
HSV(B) 76.57º 0.76% 0.94% -
XYZ 52.62 72.86 15.29 -
YUV 203.42 45.94 117.72 -
System Red Green Blue C M Y K H S L
Decimal 189 239 58 0.21 0 0.76 0.06 76.57 0.85 0.58
Hex BD EF 3A 15 0 4C 6 4D 55 3A
Octal 275 357 72 25 0 114 6 115 125 72
Binary 10111101 11101111 111010 10101 0 1001100 110 1001101 1010101 111010

Color Harmonies of #BDEF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF3A

Black with #BDEF3A

Text Example


Text Example

White with #BDEF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF3A; }

 p { color: rgb(189,239,58); }

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

background-color css

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

 a { background-color: rgb(189,239,58); }

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

border-color css

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

 span { border-color: rgb(189,239,58); }

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