Html Css Color HEX #BDE035 Las Palmas

📋 copy color: '#BDE035'

red 189 ◦ green 224 ◦ blue 53

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

Shades of Las Palmas #BDE035

Tints of Las Palmas #BDE035

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.07%

 BLUE value IS 53 (21.09% from 255) = 11.37%

R = 40.56%
G = 48.07%
B = 11.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#BDE035 (or 0xBDE035) is known color: Las Palmas. HEX triplet: BD, E0 and 35. RGB value is (189,224,53). Sum of RGB (Red+Green+Blue) = 189+224+53=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE035 is #421FCA. Grayscale: #C2C2C2. Windows color (decimal): -4333515 or 3530941. OLE color: 3530941.

HSL color Cylindrical-coordinate representation of color #BDE035: hue angle of 72.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDE035 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 53 -
CMYK 0.16 0 0.76 0.12
HSL 72.28º 0.73% 0.54% -
HSV(B) 72.28º 0.76% 0.88% -
XYZ 48.28 64.39 13.25 -
YUV 194.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 189 224 53 0.16 0 0.76 0.12 72.28 0.73 0.54
Hex BD E0 35 10 0 4C C 48 49 36
Octal 275 340 65 20 0 114 14 110 111 66
Binary 10111101 11100000 110101 10000 0 1001100 1100 1001000 1001001 110110

Color Harmonies of #BDE035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE035

Black with #BDE035

Text Example


Text Example

White with #BDE035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE035; }

 p { color: rgb(189,224,53); }

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

background-color css

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

 a { background-color: rgb(189,224,53); }

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

border-color css

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

 span { border-color: rgb(189,224,53); }

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