Html Css Color HEX #BDE640 Las Palmas

📋 copy color: '#BDE640'

red 189 ◦ green 230 ◦ blue 64

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

Shades of Las Palmas #BDE640

Tints of Las Palmas #BDE640

RGB

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

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

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

R = 39.13%
G = 47.62%
B = 13.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#BDE640 (or 0xBDE640) is known color: Las Palmas. HEX triplet: BD, E6 and 40. RGB value is (189,230,64). Sum of RGB (Red+Green+Blue) = 189+230+64=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE640 is #4219BF. Grayscale: #C7C7C7. Windows color (decimal): -4331968 or 4253373. OLE color: 4253373.

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

Color convert

RGB 189 230 64 -
CMYK 0.18 0 0.72 0.10
HSL 74.82º 0.77% 0.58% -
HSV(B) 74.82º 0.72% 0.9% -
XYZ 50.21 67.78 15.29 -
YUV 198.82 51.92 121 -
System Red Green Blue C M Y K H S L
Decimal 189 230 64 0.18 0 0.72 0.10 74.82 0.77 0.58
Hex BD E6 40 12 0 48 A 4B 4D 3A
Octal 275 346 100 22 0 110 12 113 115 72
Binary 10111101 11100110 1000000 10010 0 1001000 1010 1001011 1001101 111010

Color Harmonies of #BDE640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE640

Black with #BDE640

Text Example


Text Example

White with #BDE640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE640; }

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

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

background-color css

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

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

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

border-color css

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

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

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