Html Css Color HEX #BDE730 Las Palmas

📋 copy color: '#BDE730'

red 189 ◦ green 231 ◦ blue 48

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

Shades of Las Palmas #BDE730

Tints of Las Palmas #BDE730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.26%

R = 40.38%
G = 49.36%
B = 10.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#BDE730 (or 0xBDE730) is known color: Las Palmas. HEX triplet: BD, E7 and 30. RGB value is (189,231,48). Sum of RGB (Red+Green+Blue) = 189+231+48=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE730 is #4218CF. Grayscale: #C6C6C6. Windows color (decimal): -4331728 or 3205053. OLE color: 3205053.

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

Color convert

RGB 189 231 48 -
CMYK 0.18 0 0.79 0.09
HSL 73.77º 0.79% 0.55% -
HSV(B) 73.77º 0.79% 0.91% -
XYZ 50.1 68.18 13.32 -
YUV 197.58 43.59 121.88 -
System Red Green Blue C M Y K H S L
Decimal 189 231 48 0.18 0 0.79 0.09 73.77 0.79 0.55
Hex BD E7 30 12 0 4F 9 4A 4F 37
Octal 275 347 60 22 0 117 11 112 117 67
Binary 10111101 11100111 110000 10010 0 1001111 1001 1001010 1001111 110111

Color Harmonies of #BDE730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE730

Black with #BDE730

Text Example


Text Example

White with #BDE730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE730; }

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

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

background-color css

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

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

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

border-color css

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

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

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