Html Css Color HEX #BDE742 Las Palmas

📋 copy color: '#BDE742'

red 189 ◦ green 231 ◦ blue 66

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

Shades of Las Palmas #BDE742

Tints of Las Palmas #BDE742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.58%

R = 38.89%
G = 47.53%
B = 13.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#BDE742 (or 0xBDE742) is known color: Las Palmas. HEX triplet: BD, E7 and 42. RGB value is (189,231,66). Sum of RGB (Red+Green+Blue) = 189+231+66=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE742 is #4218BD. Grayscale: #C8C8C8. Windows color (decimal): -4331710 or 4384701. OLE color: 4384701.

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

Color convert

RGB 189 231 66 -
CMYK 0.18 0 0.71 0.09
HSL 75.27º 0.77% 0.58% -
HSV(B) 75.27º 0.71% 0.91% -
XYZ 50.55 68.36 15.69 -
YUV 199.63 52.59 120.42 -
System Red Green Blue C M Y K H S L
Decimal 189 231 66 0.18 0 0.71 0.09 75.27 0.77 0.58
Hex BD E7 42 12 0 47 9 4B 4D 3A
Octal 275 347 102 22 0 107 11 113 115 72
Binary 10111101 11100111 1000010 10010 0 1000111 1001 1001011 1001101 111010

Color Harmonies of #BDE742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE742

Black with #BDE742

Text Example


Text Example

White with #BDE742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE742; }

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

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

background-color css

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

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

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

border-color css

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

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

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