Html Css Color HEX #B4D040 Celery

📋 copy color: '#B4D040'

red 180 ◦ green 208 ◦ blue 64

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

Shades of Celery #B4D040

Tints of Celery #B4D040

RGB

 RED value IS 180 (70.7% from 255) = 39.82%

 GREEN value IS 208 (81.64% from 255) = 46.02%

 BLUE value IS 64 (25.39% from 255) = 14.16%

R = 39.82%
G = 46.02%
B = 14.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#B4D040 (or 0xB4D040) is known color: Celery. HEX triplet: B4, D0 and 40. RGB value is (180,208,64). Sum of RGB (Red+Green+Blue) = 180+208+64=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D040 is #4B2FBF. Grayscale: #B7B7B7. Windows color (decimal): -4927424 or 4247732. OLE color: 4247732.

HSL color Cylindrical-coordinate representation of color #B4D040: hue angle of 71.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4D040 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 64 -
CMYK 0.13 0 0.69 0.18
HSL 71.67º 0.61% 0.53% -
HSV(B) 71.67º 0.69% 0.82% -
XYZ 42.3 55.19 13.27 -
YUV 183.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 180 208 64 0.13 0 0.69 0.18 71.67 0.61 0.53
Hex B4 D0 40 D 0 45 12 48 3D 35
Octal 264 320 100 15 0 105 22 110 75 65
Binary 10110100 11010000 1000000 1101 0 1000101 10010 1001000 111101 110101

Color Harmonies of #B4D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D040

Black with #B4D040

Text Example


Text Example

White with #B4D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D040; }

 p { color: rgb(180,208,64); }

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

background-color css

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

 a { background-color: rgb(180,208,64); }

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

border-color css

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

 span { border-color: rgb(180,208,64); }

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