Html Css Color HEX #BFDA4B Conifer

📋 copy color: '#BFDA4B'

red 191 ◦ green 218 ◦ blue 75

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

Shades of Conifer #BFDA4B

Tints of Conifer #BFDA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

 BLUE value IS 75 (29.69% from 255) = 15.5%

R = 39.46%
G = 45.04%
B = 15.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BFDA4B (or 0xBFDA4B) is known color: Conifer. HEX triplet: BF, DA and 4B. RGB value is (191,218,75). Sum of RGB (Red+Green+Blue) = 191+218+75=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA4B is #4025B4. Grayscale: #C2C2C2. Windows color (decimal): -4203957 or 4971199. OLE color: 4971199.

HSL color Cylindrical-coordinate representation of color #BFDA4B: hue angle of 71.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFDA4B is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 75 -
CMYK 0.12 0 0.66 0.15
HSL 71.33º 0.66% 0.57% -
HSV(B) 71.33º 0.66% 0.85% -
XYZ 47.83 61.73 16.05 -
YUV 193.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 191 218 75 0.12 0 0.66 0.15 71.33 0.66 0.57
Hex BF DA 4B C 0 42 F 47 42 39
Octal 277 332 113 14 0 102 17 107 102 71
Binary 10111111 11011010 1001011 1100 0 1000010 1111 1000111 1000010 111001

Color Harmonies of #BFDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA4B

Black with #BFDA4B

Text Example


Text Example

White with #BFDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA4B; }

 p { color: rgb(191,218,75); }

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

background-color css

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

 a { background-color: rgb(191,218,75); }

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

border-color css

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

 span { border-color: rgb(191,218,75); }

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