Html Css Color HEX #BDE33A Las Palmas

📋 copy color: '#BDE33A'

red 189 ◦ green 227 ◦ blue 58

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

Shades of Las Palmas #BDE33A

Tints of Las Palmas #BDE33A

RGB

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

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

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

R = 39.87%
G = 47.89%
B = 12.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#BDE33A (or 0xBDE33A) is known color: Las Palmas. HEX triplet: BD, E3 and 3A. RGB value is (189,227,58). Sum of RGB (Red+Green+Blue) = 189+227+58=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE33A is #421CC5. Grayscale: #C5C5C5. Windows color (decimal): -4332742 or 3859389. OLE color: 3859389.

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

Color convert

RGB 189 227 58 -
CMYK 0.17 0 0.74 0.11
HSL 73.49º 0.75% 0.56% -
HSV(B) 73.49º 0.74% 0.89% -
XYZ 49.22 66.06 14.16 -
YUV 196.37 49.91 122.74 -
System Red Green Blue C M Y K H S L
Decimal 189 227 58 0.17 0 0.74 0.11 73.49 0.75 0.56
Hex BD E3 3A 11 0 4A B 49 4B 38
Octal 275 343 72 21 0 112 13 111 113 70
Binary 10111101 11100011 111010 10001 0 1001010 1011 1001001 1001011 111000

Color Harmonies of #BDE33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE33A

Black with #BDE33A

Text Example


Text Example

White with #BDE33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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