Html Css Color HEX #B8DD3E Las Palmas

📋 copy color: '#B8DD3E'

red 184 ◦ green 221 ◦ blue 62

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

Shades of Las Palmas #B8DD3E

Tints of Las Palmas #B8DD3E

RGB

 RED value IS 184 (72.27% from 255) = 39.4%

 GREEN value IS 221 (86.72% from 255) = 47.32%

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 39.4%
G = 47.32%
B = 13.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#B8DD3E (or 0xB8DD3E) is known color: Las Palmas. HEX triplet: B8, DD and 3E. RGB value is (184,221,62). Sum of RGB (Red+Green+Blue) = 184+221+62=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DD3E is #4722C1. Grayscale: #C0C0C0. Windows color (decimal): -4661954 or 4119992. OLE color: 4119992.

HSL color Cylindrical-coordinate representation of color #B8DD3E: hue angle of 73.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8DD3E is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 221 62 -
CMYK 0.17 0 0.72 0.13
HSL 73.96º 0.7% 0.55% -
HSV(B) 73.96º 0.72% 0.87% -
XYZ 46.49 62.25 14.12 -
YUV 191.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 184 221 62 0.17 0 0.72 0.13 73.96 0.7 0.55
Hex B8 DD 3E 11 0 48 D 4A 46 37
Octal 270 335 76 21 0 110 15 112 106 67
Binary 10111000 11011101 111110 10001 0 1001000 1101 1001010 1000110 110111

Color Harmonies of #B8DD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DD3E

Black with #B8DD3E

Text Example


Text Example

White with #B8DD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DD3E; }

 p { color: rgb(184,221,62); }

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

background-color css

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

 a { background-color: rgb(184,221,62); }

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

border-color css

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

 span { border-color: rgb(184,221,62); }

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