Html Css Color HEX #BDD641 Las Palmas

📋 copy color: '#BDD641'

red 189 ◦ green 214 ◦ blue 65

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

Shades of Las Palmas #BDD641

Tints of Las Palmas #BDD641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

 BLUE value IS 65 (25.78% from 255) = 13.89%

R = 40.38%
G = 45.73%
B = 13.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BDD641 (or 0xBDD641) is known color: Las Palmas. HEX triplet: BD, D6 and 41. RGB value is (189,214,65). Sum of RGB (Red+Green+Blue) = 189+214+65=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD641 is #4229BE. Grayscale: #BEBEBE. Windows color (decimal): -4336063 or 4314813. OLE color: 4314813.

HSL color Cylindrical-coordinate representation of color #BDD641: hue angle of 70.07º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD641 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 65 -
CMYK 0.12 0 0.70 0.16
HSL 70.07º 0.65% 0.55% -
HSV(B) 70.07º 0.7% 0.84% -
XYZ 45.99 59.29 14.02 -
YUV 189.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 189 214 65 0.12 0 0.70 0.16 70.07 0.65 0.55
Hex BD D6 41 C 0 46 10 46 41 37
Octal 275 326 101 14 0 106 20 106 101 67
Binary 10111101 11010110 1000001 1100 0 1000110 10000 1000110 1000001 110111

Color Harmonies of #BDD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD641

Black with #BDD641

Text Example


Text Example

White with #BDD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD641; }

 p { color: rgb(189,214,65); }

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

background-color css

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

 a { background-color: rgb(189,214,65); }

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

border-color css

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

 span { border-color: rgb(189,214,65); }

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