Html Css Color HEX #BFDE4B Conifer

📋 copy color: '#BFDE4B'

red 191 ◦ green 222 ◦ blue 75

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

Shades of Conifer #BFDE4B

Tints of Conifer #BFDE4B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

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

R = 39.14%
G = 45.49%
B = 15.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#BFDE4B (or 0xBFDE4B) is known color: Conifer. HEX triplet: BF, DE and 4B. RGB value is (191,222,75). Sum of RGB (Red+Green+Blue) = 191+222+75=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE4B is #4021B4. Grayscale: #C4C4C4. Windows color (decimal): -4202933 or 4972223. OLE color: 4972223.

HSL color Cylindrical-coordinate representation of color #BFDE4B: hue angle of 72.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFDE4B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 222 75 -
CMYK 0.14 0 0.66 0.13
HSL 72.65º 0.69% 0.58% -
HSV(B) 72.65º 0.66% 0.87% -
XYZ 48.88 63.83 16.4 -
YUV 195.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 191 222 75 0.14 0 0.66 0.13 72.65 0.69 0.58
Hex BF DE 4B E 0 42 D 49 45 3A
Octal 277 336 113 16 0 102 15 111 105 72
Binary 10111111 11011110 1001011 1110 0 1000010 1101 1001001 1000101 111010

Color Harmonies of #BFDE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDE4B

Black with #BFDE4B

Text Example


Text Example

White with #BFDE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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