Html Css Color HEX #BDEC3F Las Palmas

📋 copy color: '#BDEC3F'

red 189 ◦ green 236 ◦ blue 63

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

Shades of Las Palmas #BDEC3F

Tints of Las Palmas #BDEC3F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.36%

 BLUE value IS 63 (25% from 255) = 12.91%

R = 38.73%
G = 48.36%
B = 12.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#BDEC3F (or 0xBDEC3F) is known color: Las Palmas. HEX triplet: BD, EC and 3F. RGB value is (189,236,63). Sum of RGB (Red+Green+Blue) = 189+236+63=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEC3F is #4213C0. Grayscale: #CACACA. Windows color (decimal): -4330433 or 4189373. OLE color: 4189373.

HSL color Cylindrical-coordinate representation of color #BDEC3F: hue angle of 76.3º degrees, saturation: 0.82, 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 #BDEC3F is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 63 -
CMYK 0.20 0 0.73 0.07
HSL 76.3º 0.82% 0.59% -
HSV(B) 76.3º 0.73% 0.93% -
XYZ 51.88 71.17 15.71 -
YUV 202.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 189 236 63 0.20 0 0.73 0.07 76.3 0.82 0.59
Hex BD EC 3F 14 0 49 7 4C 52 3B
Octal 275 354 77 24 0 111 7 114 122 73
Binary 10111101 11101100 111111 10100 0 1001001 111 1001100 1010010 111011

Color Harmonies of #BDEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC3F

Black with #BDEC3F

Text Example


Text Example

White with #BDEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC3F; }

 p { color: rgb(189,236,63); }

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

background-color css

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

 a { background-color: rgb(189,236,63); }

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

border-color css

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

 span { border-color: rgb(189,236,63); }

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