Html Css Color HEX #BDD33E Las Palmas

📋 copy color: '#BDD33E'

red 189 ◦ green 211 ◦ blue 62

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

Shades of Las Palmas #BDD33E

Tints of Las Palmas #BDD33E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

 BLUE value IS 62 (24.61% from 255) = 13.42%

R = 40.91%
G = 45.67%
B = 13.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#BDD33E (or 0xBDD33E) is known color: Las Palmas. HEX triplet: BD, D3 and 3E. RGB value is (189,211,62). Sum of RGB (Red+Green+Blue) = 189+211+62=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD33E is #422CC1. Grayscale: #BCBCBC. Windows color (decimal): -4336834 or 4117437. OLE color: 4117437.

HSL color Cylindrical-coordinate representation of color #BDD33E: hue angle of 68.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDD33E is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 62 -
CMYK 0.10 0 0.71 0.17
HSL 68.86º 0.63% 0.54% -
HSV(B) 68.86º 0.71% 0.83% -
XYZ 45.15 57.76 13.33 -
YUV 187.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 189 211 62 0.10 0 0.71 0.17 68.86 0.63 0.54
Hex BD D3 3E A 0 47 11 45 3F 36
Octal 275 323 76 12 0 107 21 105 77 66
Binary 10111101 11010011 111110 1010 0 1000111 10001 1000101 111111 110110

Color Harmonies of #BDD33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD33E

Black with #BDD33E

Text Example


Text Example

White with #BDD33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD33E; }

 p { color: rgb(189,211,62); }

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

background-color css

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

 a { background-color: rgb(189,211,62); }

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

border-color css

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

 span { border-color: rgb(189,211,62); }

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