Html Css Color HEX #BDE636 Las Palmas

📋 copy color: '#BDE636'

red 189 ◦ green 230 ◦ blue 54

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

Shades of Las Palmas #BDE636

Tints of Las Palmas #BDE636

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.63%

 BLUE value IS 54 (21.48% from 255) = 11.42%

R = 39.96%
G = 48.63%
B = 11.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#BDE636 (or 0xBDE636) is known color: Las Palmas. HEX triplet: BD, E6 and 36. RGB value is (189,230,54). Sum of RGB (Red+Green+Blue) = 189+230+54=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 54 (21.48% from 255 or 11.42% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE636 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE636 is #4219C9. Grayscale: #C6C6C6. Windows color (decimal): -4331978 or 3598013. OLE color: 3598013.

HSL color Cylindrical-coordinate representation of color #BDE636: hue angle of 73.98º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDE636 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 54 -
CMYK 0.18 0 0.77 0.10
HSL 73.98º 0.78% 0.56% -
HSV(B) 73.98º 0.77% 0.9% -
XYZ 49.95 67.68 13.92 -
YUV 197.68 46.92 121.81 -
System Red Green Blue C M Y K H S L
Decimal 189 230 54 0.18 0 0.77 0.10 73.98 0.78 0.56
Hex BD E6 36 12 0 4D A 4A 4E 38
Octal 275 346 66 22 0 115 12 112 116 70
Binary 10111101 11100110 110110 10010 0 1001101 1010 1001010 1001110 111000

Color Harmonies of #BDE636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE636

Black with #BDE636

Text Example


Text Example

White with #BDE636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE636; }

 p { color: rgb(189,230,54); }

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

background-color css

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

 a { background-color: rgb(189,230,54); }

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

border-color css

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

 span { border-color: rgb(189,230,54); }

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