Html Css Color HEX #BDEF3B Las Palmas

📋 copy color: '#BDEF3B'

red 189 ◦ green 239 ◦ blue 59

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

Shades of Las Palmas #BDEF3B

Tints of Las Palmas #BDEF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.11%

R = 38.81%
G = 49.08%
B = 12.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#BDEF3B (or 0xBDEF3B) is known color: Las Palmas. HEX triplet: BD, EF and 3B. RGB value is (189,239,59). Sum of RGB (Red+Green+Blue) = 189+239+59=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF3B is #4210C4. Grayscale: #CCCCCC. Windows color (decimal): -4329669 or 3927997. OLE color: 3927997.

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

Color convert

RGB 189 239 59 -
CMYK 0.21 0 0.75 0.06
HSL 76.67º 0.85% 0.58% -
HSV(B) 76.67º 0.75% 0.94% -
XYZ 52.64 72.87 15.43 -
YUV 203.53 46.44 117.64 -
System Red Green Blue C M Y K H S L
Decimal 189 239 59 0.21 0 0.75 0.06 76.67 0.85 0.58
Hex BD EF 3B 15 0 4B 6 4D 55 3A
Octal 275 357 73 25 0 113 6 115 125 72
Binary 10111101 11101111 111011 10101 0 1001011 110 1001101 1010101 111010

Color Harmonies of #BDEF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF3B

Black with #BDEF3B

Text Example


Text Example

White with #BDEF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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