Html Css Color HEX #BDE03C Las Palmas

📋 copy color: '#BDE03C'

red 189 ◦ green 224 ◦ blue 60

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

Shades of Las Palmas #BDE03C

Tints of Las Palmas #BDE03C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.36%

 BLUE value IS 60 (23.83% from 255) = 12.68%

R = 39.96%
G = 47.36%
B = 12.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#BDE03C (or 0xBDE03C) is known color: Las Palmas. HEX triplet: BD, E0 and 3C. RGB value is (189,224,60). Sum of RGB (Red+Green+Blue) = 189+224+60=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE03C is #421FC3. Grayscale: #C3C3C3. Windows color (decimal): -4333508 or 3989693. OLE color: 3989693.

HSL color Cylindrical-coordinate representation of color #BDE03C: hue angle of 72.8º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDE03C is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 60 -
CMYK 0.16 0 0.73 0.12
HSL 72.8º 0.73% 0.56% -
HSV(B) 72.8º 0.73% 0.88% -
XYZ 48.46 64.46 14.16 -
YUV 194.84 51.9 123.84 -
System Red Green Blue C M Y K H S L
Decimal 189 224 60 0.16 0 0.73 0.12 72.8 0.73 0.56
Hex BD E0 3C 10 0 49 C 49 49 38
Octal 275 340 74 20 0 111 14 111 111 70
Binary 10111101 11100000 111100 10000 0 1001001 1100 1001001 1001001 111000

Color Harmonies of #BDE03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE03C

Black with #BDE03C

Text Example


Text Example

White with #BDE03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE03C; }

 p { color: rgb(189,224,60); }

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

background-color css

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

 a { background-color: rgb(189,224,60); }

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

border-color css

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

 span { border-color: rgb(189,224,60); }

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