Html Css Color HEX #BDEE3E Las Palmas

📋 copy color: '#BDEE3E'

red 189 ◦ green 238 ◦ blue 62

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

Shades of Las Palmas #BDEE3E

Tints of Las Palmas #BDEE3E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.67%

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

R = 38.65%
G = 48.67%
B = 12.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#BDEE3E (or 0xBDEE3E) is known color: Las Palmas. HEX triplet: BD, EE and 3E. RGB value is (189,238,62). Sum of RGB (Red+Green+Blue) = 189+238+62=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEE3E is #4211C1. Grayscale: #CBCBCB. Windows color (decimal): -4329922 or 4124349. OLE color: 4124349.

HSL color Cylindrical-coordinate representation of color #BDEE3E: hue angle of 76.7º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDEE3E is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 62 -
CMYK 0.21 0 0.74 0.07
HSL 76.7º 0.84% 0.59% -
HSV(B) 76.7º 0.74% 0.93% -
XYZ 52.43 72.32 15.75 -
YUV 203.29 48.27 117.81 -
System Red Green Blue C M Y K H S L
Decimal 189 238 62 0.21 0 0.74 0.07 76.7 0.84 0.59
Hex BD EE 3E 15 0 4A 7 4D 54 3B
Octal 275 356 76 25 0 112 7 115 124 73
Binary 10111101 11101110 111110 10101 0 1001010 111 1001101 1010100 111011

Color Harmonies of #BDEE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEE3E

Black with #BDEE3E

Text Example


Text Example

White with #BDEE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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