Html Css Color HEX #BDE93D Las Palmas

📋 copy color: '#BDE93D'

red 189 ◦ green 233 ◦ blue 61

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

Shades of Las Palmas #BDE93D

Tints of Las Palmas #BDE93D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.24%

 BLUE value IS 61 (24.22% from 255) = 12.63%

R = 39.13%
G = 48.24%
B = 12.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#BDE93D (or 0xBDE93D) is known color: Las Palmas. HEX triplet: BD, E9 and 3D. RGB value is (189,233,61). Sum of RGB (Red+Green+Blue) = 189+233+61=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE93D is #4216C2. Grayscale: #C8C8C8. Windows color (decimal): -4331203 or 4057533. OLE color: 4057533.

HSL color Cylindrical-coordinate representation of color #BDE93D: hue angle of 75.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDE93D is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 61 -
CMYK 0.19 0 0.74 0.09
HSL 75.35º 0.8% 0.58% -
HSV(B) 75.35º 0.74% 0.91% -
XYZ 50.97 69.43 15.13 -
YUV 200.24 49.42 119.99 -
System Red Green Blue C M Y K H S L
Decimal 189 233 61 0.19 0 0.74 0.09 75.35 0.8 0.58
Hex BD E9 3D 13 0 4A 9 4B 50 3A
Octal 275 351 75 23 0 112 11 113 120 72
Binary 10111101 11101001 111101 10011 0 1001010 1001 1001011 1010000 111010

Color Harmonies of #BDE93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE93D

Black with #BDE93D

Text Example


Text Example

White with #BDE93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE93D; }

 p { color: rgb(189,233,61); }

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

background-color css

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

 a { background-color: rgb(189,233,61); }

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

border-color css

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

 span { border-color: rgb(189,233,61); }

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