Html Css Color HEX #BDE741 Las Palmas

📋 copy color: '#BDE741'

red 189 ◦ green 231 ◦ blue 65

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

Shades of Las Palmas #BDE741

Tints of Las Palmas #BDE741

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.63%

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

R = 38.97%
G = 47.63%
B = 13.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#BDE741 (or 0xBDE741) is known color: Las Palmas. HEX triplet: BD, E7 and 41. RGB value is (189,231,65). Sum of RGB (Red+Green+Blue) = 189+231+65=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE741 is #4218BE. Grayscale: #C8C8C8. Windows color (decimal): -4331711 or 4319165. OLE color: 4319165.

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

Color convert

RGB 189 231 65 -
CMYK 0.18 0 0.72 0.09
HSL 75.18º 0.78% 0.58% -
HSV(B) 75.18º 0.72% 0.91% -
XYZ 50.52 68.35 15.53 -
YUV 199.52 52.09 120.5 -
System Red Green Blue C M Y K H S L
Decimal 189 231 65 0.18 0 0.72 0.09 75.18 0.78 0.58
Hex BD E7 41 12 0 48 9 4B 4E 3A
Octal 275 347 101 22 0 110 11 113 116 72
Binary 10111101 11100111 1000001 10010 0 1001000 1001 1001011 1001110 111010

Color Harmonies of #BDE741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE741

Black with #BDE741

Text Example


Text Example

White with #BDE741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE741; }

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

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

background-color css

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

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

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

border-color css

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

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

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