Html Css Color HEX #BDEE40 Las Palmas

📋 copy color: '#BDEE40'

red 189 ◦ green 238 ◦ blue 64

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

Shades of Las Palmas #BDEE40

Tints of Las Palmas #BDEE40

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 64 (25.39% from 255) = 13.03%

R = 38.49%
G = 48.47%
B = 13.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#BDEE40 (or 0xBDEE40) is known color: Las Palmas. HEX triplet: BD, EE and 40. RGB value is (189,238,64). Sum of RGB (Red+Green+Blue) = 189+238+64=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEE40 is #4211BF. Grayscale: #CCCCCC. Windows color (decimal): -4329920 or 4255421. OLE color: 4255421.

HSL color Cylindrical-coordinate representation of color #BDEE40: hue angle of 76.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDEE40 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 64 -
CMYK 0.21 0 0.73 0.07
HSL 76.9º 0.84% 0.59% -
HSV(B) 76.9º 0.73% 0.93% -
XYZ 52.49 72.34 16.05 -
YUV 203.51 49.27 117.65 -
System Red Green Blue C M Y K H S L
Decimal 189 238 64 0.21 0 0.73 0.07 76.9 0.84 0.59
Hex BD EE 40 15 0 49 7 4D 54 3B
Octal 275 356 100 25 0 111 7 115 124 73
Binary 10111101 11101110 1000000 10101 0 1001001 111 1001101 1010100 111011

Color Harmonies of #BDEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEE40

Black with #BDEE40

Text Example


Text Example

White with #BDEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEE40; }

 p { color: rgb(189,238,64); }

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

background-color css

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

 a { background-color: rgb(189,238,64); }

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

border-color css

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

 span { border-color: rgb(189,238,64); }

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