Html Css Color HEX #BFE04D Conifer

📋 copy color: '#BFE04D'

red 191 ◦ green 224 ◦ blue 77

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

Shades of Conifer #BFE04D

Tints of Conifer #BFE04D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.53%

 BLUE value IS 77 (30.47% from 255) = 15.65%

R = 38.82%
G = 45.53%
B = 15.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#BFE04D (or 0xBFE04D) is known color: Conifer. HEX triplet: BF, E0 and 4D. RGB value is (191,224,77). Sum of RGB (Red+Green+Blue) = 191+224+77=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE04D is #401FB2. Grayscale: #C5C5C5. Windows color (decimal): -4202419 or 5103807. OLE color: 5103807.

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

Color convert

RGB 191 224 77 -
CMYK 0.15 0 0.66 0.12
HSL 73.47º 0.7% 0.59% -
HSV(B) 73.47º 0.66% 0.88% -
XYZ 49.48 64.92 16.94 -
YUV 197.38 60.07 123.45 -
System Red Green Blue C M Y K H S L
Decimal 191 224 77 0.15 0 0.66 0.12 73.47 0.7 0.59
Hex BF E0 4D F 0 42 C 49 46 3B
Octal 277 340 115 17 0 102 14 111 106 73
Binary 10111111 11100000 1001101 1111 0 1000010 1100 1001001 1000110 111011

Color Harmonies of #BFE04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE04D

Black with #BFE04D

Text Example


Text Example

White with #BFE04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE04D; }

 p { color: rgb(191,224,77); }

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

background-color css

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

 a { background-color: rgb(191,224,77); }

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

border-color css

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

 span { border-color: rgb(191,224,77); }

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