Html Css Color HEX #BDE330 Las Palmas

📋 copy color: '#BDE330'

red 189 ◦ green 227 ◦ blue 48

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

Shades of Las Palmas #BDE330

Tints of Las Palmas #BDE330

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.92%

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 40.73%
G = 48.92%
B = 10.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#BDE330 (or 0xBDE330) is known color: Las Palmas. HEX triplet: BD, E3 and 30. RGB value is (189,227,48). Sum of RGB (Red+Green+Blue) = 189+227+48=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE330 is #421CCF. Grayscale: #C3C3C3. Windows color (decimal): -4332752 or 3204029. OLE color: 3204029.

HSL color Cylindrical-coordinate representation of color #BDE330: hue angle of 72.74º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDE330 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 48 -
CMYK 0.17 0 0.79 0.11
HSL 72.74º 0.76% 0.54% -
HSV(B) 72.74º 0.79% 0.89% -
XYZ 48.99 65.97 12.95 -
YUV 195.23 44.91 123.55 -
System Red Green Blue C M Y K H S L
Decimal 189 227 48 0.17 0 0.79 0.11 72.74 0.76 0.54
Hex BD E3 30 11 0 4F B 49 4C 36
Octal 275 343 60 21 0 117 13 111 114 66
Binary 10111101 11100011 110000 10001 0 1001111 1011 1001001 1001100 110110

Color Harmonies of #BDE330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE330

Black with #BDE330

Text Example


Text Example

White with #BDE330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE330; }

 p { color: rgb(189,227,48); }

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

background-color css

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

 a { background-color: rgb(189,227,48); }

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

border-color css

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

 span { border-color: rgb(189,227,48); }

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