Html Css Color HEX #BFD24A Celery

📋 copy color: '#BFD24A'

red 191 ◦ green 210 ◦ blue 74

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

Shades of Celery #BFD24A

Tints of Celery #BFD24A

RGB

 RED value IS 191 (75% from 255) = 40.21%

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 40.21%
G = 44.21%
B = 15.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#BFD24A (or 0xBFD24A) is known color: Celery. HEX triplet: BF, D2 and 4A. RGB value is (191,210,74). Sum of RGB (Red+Green+Blue) = 191+210+74=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD24A is #402DB5. Grayscale: #BDBDBD. Windows color (decimal): -4206006 or 4903615. OLE color: 4903615.

HSL color Cylindrical-coordinate representation of color #BFD24A: hue angle of 68.38º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFD24A is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 74 -
CMYK 0.09 0 0.65 0.18
HSL 68.38º 0.6% 0.56% -
HSV(B) 68.38º 0.65% 0.82% -
XYZ 45.77 57.66 15.2 -
YUV 188.82 63.21 129.56 -
System Red Green Blue C M Y K H S L
Decimal 191 210 74 0.09 0 0.65 0.18 68.38 0.6 0.56
Hex BF D2 4A 9 0 41 12 44 3C 38
Octal 277 322 112 11 0 101 22 104 74 70
Binary 10111111 11010010 1001010 1001 0 1000001 10010 1000100 111100 111000

Color Harmonies of #BFD24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD24A

Black with #BFD24A

Text Example


Text Example

White with #BFD24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD24A; }

 p { color: rgb(191,210,74); }

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

background-color css

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

 a { background-color: rgb(191,210,74); }

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

border-color css

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

 span { border-color: rgb(191,210,74); }

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