Html Css Color HEX #B3CF40 Celery

📋 copy color: '#B3CF40'

red 179 ◦ green 207 ◦ blue 64

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

Shades of Celery #B3CF40

Tints of Celery #B3CF40

RGB

 RED value IS 179 (70.31% from 255) = 39.78%

 GREEN value IS 207 (81.25% from 255) = 46%

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

R = 39.78%
G = 46%
B = 14.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#B3CF40 (or 0xB3CF40) is known color: Celery. HEX triplet: B3, CF and 40. RGB value is (179,207,64). Sum of RGB (Red+Green+Blue) = 179+207+64=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CF40 is #4C30BF. Grayscale: #B6B6B6. Windows color (decimal): -4993216 or 4247475. OLE color: 4247475.

HSL color Cylindrical-coordinate representation of color #B3CF40: hue angle of 71.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3CF40 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 207 64 -
CMYK 0.14 0 0.69 0.19
HSL 71.75º 0.6% 0.53% -
HSV(B) 71.75º 0.69% 0.81% -
XYZ 41.83 54.58 13.18 -
YUV 182.33 61.22 125.63 -
System Red Green Blue C M Y K H S L
Decimal 179 207 64 0.14 0 0.69 0.19 71.75 0.6 0.53
Hex B3 CF 40 E 0 45 13 48 3C 35
Octal 263 317 100 16 0 105 23 110 74 65
Binary 10110011 11001111 1000000 1110 0 1000101 10011 1001000 111100 110101

Color Harmonies of #B3CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CF40

Black with #B3CF40

Text Example


Text Example

White with #B3CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CF40; }

 p { color: rgb(179,207,64); }

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

background-color css

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

 a { background-color: rgb(179,207,64); }

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

border-color css

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

 span { border-color: rgb(179,207,64); }

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