Html Css Color HEX #BDE630 Las Palmas

📋 copy color: '#BDE630'

red 189 ◦ green 230 ◦ blue 48

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

Shades of Las Palmas #BDE630

Tints of Las Palmas #BDE630

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.25%

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

R = 40.47%
G = 49.25%
B = 10.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#BDE630 (or 0xBDE630) is known color: Las Palmas. HEX triplet: BD, E6 and 30. RGB value is (189,230,48). Sum of RGB (Red+Green+Blue) = 189+230+48=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE630 is #4219CF. Grayscale: #C5C5C5. Windows color (decimal): -4331984 or 3204797. OLE color: 3204797.

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

Color convert

RGB 189 230 48 -
CMYK 0.18 0 0.79 0.10
HSL 73.52º 0.78% 0.55% -
HSV(B) 73.52º 0.79% 0.9% -
XYZ 49.82 67.63 13.22 -
YUV 196.99 43.92 122.3 -
System Red Green Blue C M Y K H S L
Decimal 189 230 48 0.18 0 0.79 0.10 73.52 0.78 0.55
Hex BD E6 30 12 0 4F A 4A 4E 37
Octal 275 346 60 22 0 117 12 112 116 67
Binary 10111101 11100110 110000 10010 0 1001111 1010 1001010 1001110 110111

Color Harmonies of #BDE630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE630

Black with #BDE630

Text Example


Text Example

White with #BDE630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE630; }

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

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

background-color css

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

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

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

border-color css

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

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

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