Html Css Color HEX #BDE13A Las Palmas

📋 copy color: '#BDE13A'

red 189 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #BDE13A

Tints of Las Palmas #BDE13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

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

R = 40.04%
G = 47.67%
B = 12.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#BDE13A (or 0xBDE13A) is known color: Las Palmas. HEX triplet: BD, E1 and 3A. RGB value is (189,225,58). Sum of RGB (Red+Green+Blue) = 189+225+58=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE13A is #421EC5. Grayscale: #C3C3C3. Windows color (decimal): -4333254 or 3858877. OLE color: 3858877.

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

Color convert

RGB 189 225 58 -
CMYK 0.16 0 0.74 0.12
HSL 72.93º 0.74% 0.55% -
HSV(B) 72.93º 0.74% 0.88% -
XYZ 48.68 64.97 13.98 -
YUV 195.2 50.57 123.58 -
System Red Green Blue C M Y K H S L
Decimal 189 225 58 0.16 0 0.74 0.12 72.93 0.74 0.55
Hex BD E1 3A 10 0 4A C 49 4A 37
Octal 275 341 72 20 0 112 14 111 112 67
Binary 10111101 11100001 111010 10000 0 1001010 1100 1001001 1001010 110111

Color Harmonies of #BDE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE13A

Black with #BDE13A

Text Example


Text Example

White with #BDE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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